Sun Aug 16 Elliot Lee
authorElliot Lee <sopwith@src.gnome.org>
Sun, 16 Aug 1998 16:56:52 +0000 (16:56 +0000)
committerElliot Lee <sopwith@src.gnome.org>
Sun, 16 Aug 1998 16:56:52 +0000 (16:56 +0000)
glib.h - #error out if we don't recognize the SIZEOF_VOID_P
 #warning if no gint64

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib.h
glib/glib.h

index e5e696a..b3e6996 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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!
index e5e696a..b3e6996 100644 (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!
index e5e696a..b3e6996 100644 (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!
index e5e696a..b3e6996 100644 (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!
index e5e696a..b3e6996 100644 (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!
index e5e696a..b3e6996 100644 (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!
index e5e696a..b3e6996 100644 (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!
index e5e696a..b3e6996 100644 (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!
diff --git a/glib.h b/glib.h
index 1cd431a..a3ced20 100644 (file)
--- a/glib.h
+++ b/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;
index 1cd431a..a3ced20 100644 (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;