mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 10:16:17 +01:00
Remove G_HAVE_ISO_CXX_VARARGS and G_HAVE_ISO_C_VARARGS and define
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.
This commit is contained in:
parent
697b9ec86e
commit
47412cbbc9
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
16
configure.in
16
configure.in
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user