mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 10:16:17 +01:00
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:
parent
4e2aaa2372
commit
d2063fdc73
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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
2
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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user