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 fd82531af2
commit 803c7ab378

View file

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