py: Remove name of var arg from macros with var args.

This commit is contained in:
Damien George
2014-02-26 16:57:08 +00:00
parent c5ac2ac590
commit 1dc76af7bf
5 changed files with 4 additions and 5 deletions

View File

@@ -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