From 1dc76af7bff6c31ab7b5da4954fa5573144d9fb1 Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 26 Feb 2014 16:57:08 +0000 Subject: py: Remove name of var arg from macros with var args. --- py/compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/compile.c') diff --git a/py/compile.c b/py/compile.c index 9be90a601..6a87236b9 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 -- cgit v1.2.3