diff options
author | George Lebl <jirka@5z.com> | 1998-07-21 06:06:12 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 1998-07-21 06:06:12 +0000 |
commit | d2063fdc7394e89761177030208fda65ec178dce (patch) | |
tree | ea242c2a020c45324d26ea51503a98938d86ddbf /glib.h | |
parent | 4e2aaa23727e66741c3a08d3bd48cdc6b2f15da2 (diff) |
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
Diffstat (limited to 'glib.h')
-rw-r--r-- | glib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |