mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Added prototype for PyToken_ThreeChars(), to remove compiler warning
in Parser/grammar.c.
This commit is contained in:
parent
33642acef5
commit
926f1d673a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue