# HG changeset patch # User michael # Date 1077484967 0 # Node ID 2e4581d6ba94e7b2497f8d543bac0b4f193e2423 # Parent a660ef952580879eea373ee58e0b1324f3099d63 c99 diff -r a660ef952580 -r 2e4581d6ba94 common.h --- a/common.h Sun Feb 22 00:31:19 2004 +0000 +++ b/common.h Sun Feb 22 21:22:47 2004 +0000 @@ -976,7 +976,7 @@ #define tprintf printf #else //TRACE -#define tprintf(_arg...) {} +#define tprintf(...) {} #endif /* define it to include statistics code (useful only for optimizing