diff options
author | Guido van Rossum <guido@python.org> | 1993-11-01 16:28:59 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1993-11-01 16:28:59 (GMT) |
commit | b73cc04e625511f41c63b880b418338af70dc8bd (patch) | |
tree | 63cf9aafbb16fd57f988e88f217c27660dc66197 /Include/node.h | |
parent | c7a22703e71f6074818e4661b0bbb57bbd726af7 (diff) | |
download | cpython-b73cc04e625511f41c63b880b418338af70dc8bd.zip cpython-b73cc04e625511f41c63b880b418338af70dc8bd.tar.gz cpython-b73cc04e625511f41c63b880b418338af70dc8bd.tar.bz2 |
* ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c,
pythonrun.c: added static forward declarations
* pythonrun.h, ceval.h, longobject.h, node.h: removed declarations of
static routines
Diffstat (limited to 'Include/node.h')
-rw-r--r-- | Include/node.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/node.h b/Include/node.h index bfae7da..84238df 100644 --- a/Include/node.h +++ b/Include/node.h @@ -61,7 +61,6 @@ extern void freetree PROTO((node *n)); #endif extern void listtree PROTO((node *)); -extern void listnode PROTO((FILE *, node *)); #ifdef __cplusplus } |