"#ifdef G_HAVE_ISO_VARARGS" will always succeed even when we don't have
authorJames Henstridge <james@daa.com.au>
Tue, 29 May 2001 11:12:42 +0000 (11:12 +0000)
committerJames Henstridge <jamesh@src.gnome.org>
Tue, 29 May 2001 11:12:42 +0000 (11:12 +0000)
2001-05-29  James Henstridge  <james@daa.com.au>

        * gmessages.h: "#ifdef G_HAVE_ISO_VARARGS" will always succeed
        even when we don't have ISO vararg support.  Changed to
        "#if G_HAVE_ISO_VARARGS".

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/gmessages.h
gmessages.h

index 2d3ae8a..7176010 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-05-29  James Henstridge  <james@daa.com.au>
+
+       * gmessages.h: "#ifdef G_HAVE_ISO_VARARGS" will always succeed
+       even when we don't have ISO vararg support.  Changed to
+       "#if G_HAVE_ISO_VARARGS".
+
 Mon May 28 11:40:34 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: Check for __VARARGS__ separately for C and C++.
index 2d3ae8a..7176010 100644 (file)
@@ -1,3 +1,9 @@
+2001-05-29  James Henstridge  <james@daa.com.au>
+
+       * gmessages.h: "#ifdef G_HAVE_ISO_VARARGS" will always succeed
+       even when we don't have ISO vararg support.  Changed to
+       "#if G_HAVE_ISO_VARARGS".
+
 Mon May 28 11:40:34 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: Check for __VARARGS__ separately for C and C++.
index 2d3ae8a..7176010 100644 (file)
@@ -1,3 +1,9 @@
+2001-05-29  James Henstridge  <james@daa.com.au>
+
+       * gmessages.h: "#ifdef G_HAVE_ISO_VARARGS" will always succeed
+       even when we don't have ISO vararg support.  Changed to
+       "#if G_HAVE_ISO_VARARGS".
+
 Mon May 28 11:40:34 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: Check for __VARARGS__ separately for C and C++.
index 2d3ae8a..7176010 100644 (file)
@@ -1,3 +1,9 @@
+2001-05-29  James Henstridge  <james@daa.com.au>
+
+       * gmessages.h: "#ifdef G_HAVE_ISO_VARARGS" will always succeed
+       even when we don't have ISO vararg support.  Changed to
+       "#if G_HAVE_ISO_VARARGS".
+
 Mon May 28 11:40:34 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: Check for __VARARGS__ separately for C and C++.
index 2d3ae8a..7176010 100644 (file)
@@ -1,3 +1,9 @@
+2001-05-29  James Henstridge  <james@daa.com.au>
+
+       * gmessages.h: "#ifdef G_HAVE_ISO_VARARGS" will always succeed
+       even when we don't have ISO vararg support.  Changed to
+       "#if G_HAVE_ISO_VARARGS".
+
 Mon May 28 11:40:34 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: Check for __VARARGS__ separately for C and C++.
index 2d3ae8a..7176010 100644 (file)
@@ -1,3 +1,9 @@
+2001-05-29  James Henstridge  <james@daa.com.au>
+
+       * gmessages.h: "#ifdef G_HAVE_ISO_VARARGS" will always succeed
+       even when we don't have ISO vararg support.  Changed to
+       "#if G_HAVE_ISO_VARARGS".
+
 Mon May 28 11:40:34 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: Check for __VARARGS__ separately for C and C++.
index 2d3ae8a..7176010 100644 (file)
@@ -1,3 +1,9 @@
+2001-05-29  James Henstridge  <james@daa.com.au>
+
+       * gmessages.h: "#ifdef G_HAVE_ISO_VARARGS" will always succeed
+       even when we don't have ISO vararg support.  Changed to
+       "#if G_HAVE_ISO_VARARGS".
+
 Mon May 28 11:40:34 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: Check for __VARARGS__ separately for C and C++.
index 2d3ae8a..7176010 100644 (file)
@@ -1,3 +1,9 @@
+2001-05-29  James Henstridge  <james@daa.com.au>
+
+       * gmessages.h: "#ifdef G_HAVE_ISO_VARARGS" will always succeed
+       even when we don't have ISO vararg support.  Changed to
+       "#if G_HAVE_ISO_VARARGS".
+
 Mon May 28 11:40:34 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: Check for __VARARGS__ separately for C and C++.
index 817957d..26ee03c 100644 (file)
@@ -97,7 +97,7 @@ GLogLevelFlags  g_log_set_always_fatal  (GLogLevelFlags  fatal_mask);
 #ifndef G_LOG_DOMAIN
 #define G_LOG_DOMAIN    ((gchar*) 0)
 #endif  /* G_LOG_DOMAIN */
-#ifdef G_HAVE_ISO_VARARGS
+#if G_HAVE_ISO_VARARGS
 #define g_error(...)    g_log (G_LOG_DOMAIN,         \
                                G_LOG_LEVEL_ERROR,    \
                                __VA_ARGS__)
index 817957d..26ee03c 100644 (file)
@@ -97,7 +97,7 @@ GLogLevelFlags  g_log_set_always_fatal  (GLogLevelFlags  fatal_mask);
 #ifndef G_LOG_DOMAIN
 #define G_LOG_DOMAIN    ((gchar*) 0)
 #endif  /* G_LOG_DOMAIN */
-#ifdef G_HAVE_ISO_VARARGS
+#if G_HAVE_ISO_VARARGS
 #define g_error(...)    g_log (G_LOG_DOMAIN,         \
                                G_LOG_LEVEL_ERROR,    \
                                __VA_ARGS__)