This ISO_VARARGS macro is more consistant with the others.

Original commit message from CVS:
This ISO_VARARGS macro is more consistant with the others.
This commit is contained in:
Brian Cameron 2003-05-22 10:03:31 +00:00
parent 97ae59b6ba
commit 2fccb3457c

View file

@ -24,7 +24,7 @@
#ifdef G_HAVE_ISO_VARARGS
#define debug(format,...)
#define debug(...)
#elif defined(G_HAVE_GNUC_VARARGS)