diff --git a/Modules/parsermodule.c b/Modules/parsermodule.c index 8baa693f9cc..daa2f80126a 100644 --- a/Modules/parsermodule.c +++ b/Modules/parsermodule.c @@ -858,11 +858,7 @@ build_node_tree(PyObject *tuple) } -#ifdef HAVE_OLD_CPP -#define VALIDATER(n) static int validate_/**/n(node *tree) -#else #define VALIDATER(n) static int validate_##n(node *tree) -#endif /*