diff options
Diffstat (limited to 'Include/token.h')
-rw-r--r-- | Include/token.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/token.h b/Include/token.h index d6bdc85..63d92b4 100644 --- a/Include/token.h +++ b/Include/token.h @@ -81,6 +81,7 @@ extern "C" { extern DL_IMPORT(char *) _PyParser_TokenNames[]; /* Token names */ extern DL_IMPORT(int) PyToken_OneChar(int); extern DL_IMPORT(int) PyToken_TwoChars(int, int); +extern DL_IMPORT(int) PyToken_ThreeChars(int, int, int); #ifdef __cplusplus } |