diff options
Diffstat (limited to 'py/compile.c')
-rw-r--r-- | py/compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/compile.c b/py/compile.c index 9be90a601f..6a87236b9d 100644 --- a/py/compile.c +++ b/py/compile.c @@ -2509,7 +2509,7 @@ STATIC compile_function_t compile_function[] = { NULL, #define nc NULL #define c(f) compile_##f -#define DEF_RULE(rule, comp, kind, arg...) comp, +#define DEF_RULE(rule, comp, kind, ...) comp, #include "grammar.h" #undef nc #undef c |