py: Remove name of var arg from macros with var args.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user