]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Support for old CPP
authorGuido van Rossum <guido@python.org>
Wed, 21 Aug 1996 19:04:10 +0000 (19:04 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 21 Aug 1996 19:04:10 +0000 (19:04 +0000)
Modules/parsermodule.c

index 94e22ec544a31a3bc68665e0102a05006c890302..5d6c2ea9fa9264833142ee2994726e543097495b 100644 (file)
@@ -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
 
 
 /*