typo fixed for alphas for gint64
authorGeorge Lebl <jirka@5z.com>
Tue, 21 Jul 1998 06:06:12 +0000 (06:06 +0000)
committerGeorge Lebl <jirka@src.gnome.org>
Tue, 21 Jul 1998 06:06:12 +0000 (06:06 +0000)
Mon Jul 20 23:05:34 1998  George Lebl  <jirka@5z.com>

        * glib.h: typo fixed for alphas for gint64

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib.h
glib/glib.h

index 4f8b43f105b4b3cc2fe2d619967246c33ae29002..32c84a3d604caff4db51baec03f283bc1a9d70cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jul 20 23:05:34 1998  George Lebl  <jirka@5z.com>
+
+       * glib.h: typo fixed for alphas for gint64
+
 Tue Jul 14 09:05:18 1998  Tim Janik  <timj@gtk.org>
 
        * glib.h:
index 4f8b43f105b4b3cc2fe2d619967246c33ae29002..32c84a3d604caff4db51baec03f283bc1a9d70cd 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jul 20 23:05:34 1998  George Lebl  <jirka@5z.com>
+
+       * glib.h: typo fixed for alphas for gint64
+
 Tue Jul 14 09:05:18 1998  Tim Janik  <timj@gtk.org>
 
        * glib.h:
index 4f8b43f105b4b3cc2fe2d619967246c33ae29002..32c84a3d604caff4db51baec03f283bc1a9d70cd 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jul 20 23:05:34 1998  George Lebl  <jirka@5z.com>
+
+       * glib.h: typo fixed for alphas for gint64
+
 Tue Jul 14 09:05:18 1998  Tim Janik  <timj@gtk.org>
 
        * glib.h:
index 4f8b43f105b4b3cc2fe2d619967246c33ae29002..32c84a3d604caff4db51baec03f283bc1a9d70cd 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jul 20 23:05:34 1998  George Lebl  <jirka@5z.com>
+
+       * glib.h: typo fixed for alphas for gint64
+
 Tue Jul 14 09:05:18 1998  Tim Janik  <timj@gtk.org>
 
        * glib.h:
index 4f8b43f105b4b3cc2fe2d619967246c33ae29002..32c84a3d604caff4db51baec03f283bc1a9d70cd 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jul 20 23:05:34 1998  George Lebl  <jirka@5z.com>
+
+       * glib.h: typo fixed for alphas for gint64
+
 Tue Jul 14 09:05:18 1998  Tim Janik  <timj@gtk.org>
 
        * glib.h:
index 4f8b43f105b4b3cc2fe2d619967246c33ae29002..32c84a3d604caff4db51baec03f283bc1a9d70cd 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jul 20 23:05:34 1998  George Lebl  <jirka@5z.com>
+
+       * glib.h: typo fixed for alphas for gint64
+
 Tue Jul 14 09:05:18 1998  Tim Janik  <timj@gtk.org>
 
        * glib.h:
index 4f8b43f105b4b3cc2fe2d619967246c33ae29002..32c84a3d604caff4db51baec03f283bc1a9d70cd 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jul 20 23:05:34 1998  George Lebl  <jirka@5z.com>
+
+       * glib.h: typo fixed for alphas for gint64
+
 Tue Jul 14 09:05:18 1998  Tim Janik  <timj@gtk.org>
 
        * glib.h:
index 4f8b43f105b4b3cc2fe2d619967246c33ae29002..32c84a3d604caff4db51baec03f283bc1a9d70cd 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jul 20 23:05:34 1998  George Lebl  <jirka@5z.com>
+
+       * glib.h: typo fixed for alphas for gint64
+
 Tue Jul 14 09:05:18 1998  Tim Janik  <timj@gtk.org>
 
        * glib.h:
diff --git a/glib.h b/glib.h
index 77351610aeaff91656309ce5f64d38900f49c623..a0333d291ca7f73d2821538ae5f1950ad3e6beb7 100644 (file)
--- a/glib.h
+++ b/glib.h
@@ -414,7 +414,7 @@ typedef unsigned long       guint32;
 #if (SIZEOF_LONG == 8)
 #define HAVE_GINT64 1
 typedef signed long gint64;
-typedef unsigned long gint64;
+typedef unsigned long guint64;
 #elif (SIZEOF_LONG_LONG == 8)
 #define HAVE_GINT64 1
 typedef signed long long gint64;
index 77351610aeaff91656309ce5f64d38900f49c623..a0333d291ca7f73d2821538ae5f1950ad3e6beb7 100644 (file)
@@ -414,7 +414,7 @@ typedef unsigned long       guint32;
 #if (SIZEOF_LONG == 8)
 #define HAVE_GINT64 1
 typedef signed long gint64;
-typedef unsigned long gint64;
+typedef unsigned long guint64;
 #elif (SIZEOF_LONG_LONG == 8)
 #define HAVE_GINT64 1
 typedef signed long long gint64;