diff options
Diffstat (limited to 'Parser/parsetok.c')
-rw-r--r-- | Parser/parsetok.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Parser/parsetok.c b/Parser/parsetok.c index 1d6e024ae0..9ac1606ae8 100644 --- a/Parser/parsetok.c +++ b/Parser/parsetok.c @@ -22,8 +22,7 @@ int Py_TabcheckFlag; /* Forward */ -static node *parsetok Py_PROTO((struct tok_state *, grammar *, int, - perrdetail *)); +static node *parsetok(struct tok_state *, grammar *, int, perrdetail *); /* Parse input coming from a string. Return error code, print some errors. */ |