mirror of https://github.com/python/cpython.git
Remove use of HAVE_OLD_CPP to support non-ANSI preprocessors.
This commit is contained in:
parent
ad9b1f8533
commit
3cd2ee4037
|
@ -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
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue