diff options
Diffstat (limited to 'Include/parsetok.h')
-rw-r--r-- | Include/parsetok.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/parsetok.h b/Include/parsetok.h index 5244e3f..71e7d89 100644 --- a/Include/parsetok.h +++ b/Include/parsetok.h @@ -22,6 +22,8 @@ typedef struct { int lineno; int offset; char *text; + int token; + int expected; } perrdetail; extern DL_IMPORT(node *) PyParser_ParseString(char *, grammar *, int, |