mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Remove use of HAVE_OLD_CPP to support non-ANSI preprocessors.
This commit is contained in:
parent
ad9b1f8533
commit
3cd2ee4037
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue