Remove use of HAVE_OLD_CPP to support non-ANSI preprocessors.

This commit is contained in:
Fred Drake 2000-07-09 14:36:13 +00:00
parent ad9b1f8533
commit 3cd2ee4037
1 changed files with 0 additions and 4 deletions

View File

@ -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) #define VALIDATER(n) static int validate_##n(node *tree)
#endif
/* /*