patches/yelp-01-va-args.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 10506 651b997d069b
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.

--- yelp-2.20.0/src/yelp-debug.h.orig	2007-09-18 09:26:54.063308393 +0100
+++ yelp-2.20.0/src/yelp-debug.h	2007-09-18 09:28:57.538615474 +0100
@@ -59,9 +59,9 @@
 # endif
 #else
 # if __STDC_VERSION__ < 199901L
-#  define debug_print(format, args...)
+#  define debug_print(...)
 # else
-#  define debug_print(format, ...)
+#  define debug_print(...)
 # endif
 #endif