diff options
Diffstat (limited to 'py/gc.c')
-rw-r--r-- | py/gc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ #define DEBUG_PRINT (1) #define DEBUG_printf DEBUG_printf #else // don't print debugging info -#define DEBUG_printf(args...) (void)0 +#define DEBUG_printf(...) (void)0 #endif typedef unsigned char byte; |