increasse portability (no // comment, no ... arguments for cpp)
[rrdtool.git] / src / rrd_gfx.c
index 8f21cd5..789ca95 100644 (file)
@@ -1,5 +1,5 @@
-/****************************************************************************
- * RRDtool 1.2.16  Copyright by Tobi Oetiker, 1997-2006
+****************************************************************************
+ * RRDtool 1.2.19  Copyright by Tobi Oetiker, 1997-2007
  ****************************************************************************
  * rrd_gfx.c  graphics wrapper for rrdtool
   **************************************************************************/
@@ -13,7 +13,7 @@
 # ifdef DEBUG
 #  define DPRINTF(...)  fprintf(stderr, __VA_ARGS__);
 # else
-#  define DPRINTF(...)
+#  define DPRINTF()
 # endif /* DEBUG */
 #endif /* _MSC_VER */
 #include "rrd_tool.h"