commit | cd938fc5a1ba4a61959460787eb549ff989ca6b0 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Jan 17 16:13:48 1995 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Jan 17 16:13:48 1995 +0000 |
tree | bdacb1f3ba568d3095e414dc4d02732a02c7c9c3 | |
parent | 78c0535a224697e1c7a1a4e68462d3d204e38942 [diff] [blame] |
Made some more things static, and other cleanup for new naming scheme
diff --git a/Modules/parsermodule.c b/Modules/parsermodule.c index 0d95bcc..1d2fe13 100644 --- a/Modules/parsermodule.c +++ b/Modules/parsermodule.c
@@ -31,7 +31,7 @@ #include "graminit.h" #include "errcode.h" -object * +static object * node2tuple(n) node *n; {