summaryrefslogtreecommitdiff
path: root/Include/parsetok.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1990-12-20 15:06:42 +0000
committerGuido van Rossum <guido@python.org>1990-12-20 15:06:42 +0000
commitbadc12f65168c9a664ee07e6d10b57aaded4caee (patch)
treee932e31cb9381f40b7c87c377638216c043b5cfc /Include/parsetok.h
parente0c000df2666787beacb844e3529ad148114e1bf (diff)
downloadcpython-badc12f65168c9a664ee07e6d10b57aaded4caee.tar.gz
"Compiling" version
Diffstat (limited to 'Include/parsetok.h')
-rw-r--r--Include/parsetok.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/Include/parsetok.h b/Include/parsetok.h
index c8142b02a8..07d971518f 100644
--- a/Include/parsetok.h
+++ b/Include/parsetok.h
@@ -1,9 +1,5 @@
/* Parser-tokenizer link interface */
-#if 0
-extern int parsetok PROTO((struct tok_state *, grammar *, int start,
- node **n_ret));
-#endif
extern int parsestring PROTO((char *, grammar *, int start, node **n_ret));
-extern int parsefile PROTO((FILE *, grammar *, int start,
+extern int parsefile PROTO((FILE *, char *, grammar *, int start,
char *ps1, char *ps2, node **n_ret));