projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad9b1f8
)
Remove use of HAVE_OLD_CPP to support non-ANSI preprocessors.
author
Fred Drake
<fdrake@acm.org>
Sun, 9 Jul 2000 14:36:13 +0000
(14:36 +0000)
committer
Fred Drake
<fdrake@acm.org>
Sun, 9 Jul 2000 14:36:13 +0000
(14:36 +0000)
Modules/parsermodule.c
patch
|
blob
|
history
diff --git
a/Modules/parsermodule.c
b/Modules/parsermodule.c
index 8baa693f9ccfdadfc40c3479e04334b14b5b45bc..daa2f80126ac4a394d86f04637e846081bf182f0 100644
(file)
--- a/
Modules/parsermodule.c
+++ b/
Modules/parsermodule.c
@@
-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
/*