mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
Sun Aug 16 Elliot Lee
glib.h - #error out if we don't recognize the SIZEOF_VOID_P #warning if no gint64
This commit is contained in:
parent
731d403c87
commit
ab385b6f05
@ -1,3 +1,7 @@
|
||||
Sun Aug 16 Elliot Lee
|
||||
glib.h - #error out if we don't recognize the SIZEOF_VOID_P
|
||||
#warning if no gint64
|
||||
|
||||
Mon Aug 10 17:56:11 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* glib.h: it's GTime now, and it's back!
|
||||
|
@ -1,3 +1,7 @@
|
||||
Sun Aug 16 Elliot Lee
|
||||
glib.h - #error out if we don't recognize the SIZEOF_VOID_P
|
||||
#warning if no gint64
|
||||
|
||||
Mon Aug 10 17:56:11 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* glib.h: it's GTime now, and it's back!
|
||||
|
@ -1,3 +1,7 @@
|
||||
Sun Aug 16 Elliot Lee
|
||||
glib.h - #error out if we don't recognize the SIZEOF_VOID_P
|
||||
#warning if no gint64
|
||||
|
||||
Mon Aug 10 17:56:11 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* glib.h: it's GTime now, and it's back!
|
||||
|
@ -1,3 +1,7 @@
|
||||
Sun Aug 16 Elliot Lee
|
||||
glib.h - #error out if we don't recognize the SIZEOF_VOID_P
|
||||
#warning if no gint64
|
||||
|
||||
Mon Aug 10 17:56:11 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* glib.h: it's GTime now, and it's back!
|
||||
|
@ -1,3 +1,7 @@
|
||||
Sun Aug 16 Elliot Lee
|
||||
glib.h - #error out if we don't recognize the SIZEOF_VOID_P
|
||||
#warning if no gint64
|
||||
|
||||
Mon Aug 10 17:56:11 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* glib.h: it's GTime now, and it's back!
|
||||
|
@ -1,3 +1,7 @@
|
||||
Sun Aug 16 Elliot Lee
|
||||
glib.h - #error out if we don't recognize the SIZEOF_VOID_P
|
||||
#warning if no gint64
|
||||
|
||||
Mon Aug 10 17:56:11 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* glib.h: it's GTime now, and it's back!
|
||||
|
@ -1,3 +1,7 @@
|
||||
Sun Aug 16 Elliot Lee
|
||||
glib.h - #error out if we don't recognize the SIZEOF_VOID_P
|
||||
#warning if no gint64
|
||||
|
||||
Mon Aug 10 17:56:11 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* glib.h: it's GTime now, and it's back!
|
||||
|
@ -1,3 +1,7 @@
|
||||
Sun Aug 16 Elliot Lee
|
||||
glib.h - #error out if we don't recognize the SIZEOF_VOID_P
|
||||
#warning if no gint64
|
||||
|
||||
Mon Aug 10 17:56:11 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* glib.h: it's GTime now, and it's back!
|
||||
|
2
glib.h
2
glib.h
@ -422,6 +422,7 @@ typedef unsigned long long guint64;
|
||||
#else
|
||||
/* No gint64 */
|
||||
#undef HAVE_GINT64
|
||||
#warning "No gint64 available"
|
||||
#endif
|
||||
|
||||
|
||||
@ -445,6 +446,7 @@ typedef unsigned long long guint64;
|
||||
|
||||
#else
|
||||
/* This should never happen */
|
||||
#error "Unhandled SIZEOF_VOID_P"
|
||||
#endif
|
||||
|
||||
typedef gint32 gssize;
|
||||
|
@ -422,6 +422,7 @@ typedef unsigned long long guint64;
|
||||
#else
|
||||
/* No gint64 */
|
||||
#undef HAVE_GINT64
|
||||
#warning "No gint64 available"
|
||||
#endif
|
||||
|
||||
|
||||
@ -445,6 +446,7 @@ typedef unsigned long long guint64;
|
||||
|
||||
#else
|
||||
/* This should never happen */
|
||||
#error "Unhandled SIZEOF_VOID_P"
|
||||
#endif
|
||||
|
||||
typedef gint32 gssize;
|
||||
|
Loading…
Reference in New Issue
Block a user