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:
Elliot Lee 1998-08-16 16:56:52 +00:00
parent 731d403c87
commit ab385b6f05
10 changed files with 36 additions and 0 deletions

View File

@ -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!

View File

@ -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!

View File

@ -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!

View File

@ -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!

View File

@ -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!

View File

@ -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!

View File

@ -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!

View File

@ -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
View File

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

View File

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