mirror of
https://github.com/python/cpython.git
synced 2024-11-25 19:03:49 +08:00
Support for old CPP
This commit is contained in:
parent
ae92f01029
commit
360a934609
@ -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…
Reference in New Issue
Block a user