mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Support for old CPP
This commit is contained in:
parent
ae92f01029
commit
360a934609
1 changed files with 4 additions and 0 deletions
|
@ -820,7 +820,11 @@ build_node_tree(tuple)
|
|||
} /* build_node_tree() */
|
||||
|
||||
|
||||
#ifdef HAVE_OLD_CPP
|
||||
#define VALIDATER(n) static int validate_/**/n()
|
||||
#else
|
||||
#define VALIDATER(n) static int validate_##n()
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue