Commit 3cd2ee40 authored by Fred Drake's avatar Fred Drake

Remove use of HAVE_OLD_CPP to support non-ANSI preprocessors.

parent ad9b1f85
......@@ -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
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment