Remove G_HAVE_ISO_CXX_VARARGS and G_HAVE_ISO_C_VARARGS and define
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Thu, 31 May 2001 08:10:17 +0000 (08:10 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Thu, 31 May 2001 08:10:17 +0000 (08:10 +0000)
2001-05-31  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* configure.in: Remove G_HAVE_ISO_CXX_VARARGS and
G_HAVE_ISO_C_VARARGS and define G_HAVE_ISO_VARARGS directly
guarded by #if(n)def __cplusplus.

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
configure.in

index 395642f..74e0a47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-05-31  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Remove G_HAVE_ISO_CXX_VARARGS and
+       G_HAVE_ISO_C_VARARGS and define G_HAVE_ISO_VARARGS directly
+       guarded by #if(n)def __cplusplus.
+
 2001-05-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * gthread-2.0.pc.in: Add @G_THREAD_CFLAGS@ to Cflags.
index 395642f..74e0a47 100644 (file)
@@ -1,3 +1,9 @@
+2001-05-31  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Remove G_HAVE_ISO_CXX_VARARGS and
+       G_HAVE_ISO_C_VARARGS and define G_HAVE_ISO_VARARGS directly
+       guarded by #if(n)def __cplusplus.
+
 2001-05-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * gthread-2.0.pc.in: Add @G_THREAD_CFLAGS@ to Cflags.
index 395642f..74e0a47 100644 (file)
@@ -1,3 +1,9 @@
+2001-05-31  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Remove G_HAVE_ISO_CXX_VARARGS and
+       G_HAVE_ISO_C_VARARGS and define G_HAVE_ISO_VARARGS directly
+       guarded by #if(n)def __cplusplus.
+
 2001-05-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * gthread-2.0.pc.in: Add @G_THREAD_CFLAGS@ to Cflags.
index 395642f..74e0a47 100644 (file)
@@ -1,3 +1,9 @@
+2001-05-31  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Remove G_HAVE_ISO_CXX_VARARGS and
+       G_HAVE_ISO_C_VARARGS and define G_HAVE_ISO_VARARGS directly
+       guarded by #if(n)def __cplusplus.
+
 2001-05-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * gthread-2.0.pc.in: Add @G_THREAD_CFLAGS@ to Cflags.
index 395642f..74e0a47 100644 (file)
@@ -1,3 +1,9 @@
+2001-05-31  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Remove G_HAVE_ISO_CXX_VARARGS and
+       G_HAVE_ISO_C_VARARGS and define G_HAVE_ISO_VARARGS directly
+       guarded by #if(n)def __cplusplus.
+
 2001-05-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * gthread-2.0.pc.in: Add @G_THREAD_CFLAGS@ to Cflags.
index 395642f..74e0a47 100644 (file)
@@ -1,3 +1,9 @@
+2001-05-31  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Remove G_HAVE_ISO_CXX_VARARGS and
+       G_HAVE_ISO_C_VARARGS and define G_HAVE_ISO_VARARGS directly
+       guarded by #if(n)def __cplusplus.
+
 2001-05-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * gthread-2.0.pc.in: Add @G_THREAD_CFLAGS@ to Cflags.
index 395642f..74e0a47 100644 (file)
@@ -1,3 +1,9 @@
+2001-05-31  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Remove G_HAVE_ISO_CXX_VARARGS and
+       G_HAVE_ISO_C_VARARGS and define G_HAVE_ISO_VARARGS directly
+       guarded by #if(n)def __cplusplus.
+
 2001-05-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * gthread-2.0.pc.in: Add @G_THREAD_CFLAGS@ to Cflags.
index 395642f..74e0a47 100644 (file)
@@ -1,3 +1,9 @@
+2001-05-31  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Remove G_HAVE_ISO_CXX_VARARGS and
+       G_HAVE_ISO_C_VARARGS and define G_HAVE_ISO_VARARGS directly
+       guarded by #if(n)def __cplusplus.
+
 2001-05-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * gthread-2.0.pc.in: Add @G_THREAD_CFLAGS@ to Cflags.
index 741fa37..774d765 100644 (file)
@@ -1665,27 +1665,23 @@ $glib_vacopy
 #else  /* !__cplusplus */
 $glib_inline
 #endif /* !__cplusplus */
+
 _______EOF
 
        if test x$g_have_iso_c_varargs = xyes ; then
                cat >>$outfile <<_______EOF
-
-#define G_HAVE_ISO_C_VARARGS 1
+#ifndef __cplusplus
+# define G_HAVE_ISO_VARARGS 1
+#endif
 _______EOF
        fi
        if test x$g_have_iso_cxx_varargs = xyes ; then
                cat >>$outfile <<_______EOF
-
-#define G_HAVE_ISO_CXX_VARARGS 1
-_______EOF
-       fi
-       cat >>$outfile <<_______EOF
-
-#if (defined(__cplusplus) ? defined(G_HAVE_ISO_CXX_VARARGS) : defined(G_HAVE_ISO_C_VARARGS))
+#ifdef __cplusplus
 # define G_HAVE_ISO_VARARGS 1
 #endif
 _______EOF
-
+       fi
        if test x$g_have_gnuc_varargs = xyes ; then
                cat >>$outfile <<_______EOF