typo fixed for alphas for gint64

Mon Jul 20 23:05:34 1998  George Lebl  <jirka@5z.com>

        * glib.h: typo fixed for alphas for gint64
This commit is contained in:
George Lebl 1998-07-21 06:06:12 +00:00 committed by George Lebl
parent 4e2aaa2372
commit d2063fdc73
10 changed files with 34 additions and 2 deletions

View 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:

View 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:

View 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:

View 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:

View 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:

View 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:

View 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:

View 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:

2
glib.h
View 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;

View 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;