mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Excise DL_EXPORT from Include.
Thanks to Skip Montanaro and Kalle Svensson for the patches.
This commit is contained in:
parent
44121a6bc9
commit
91a681debf
51 changed files with 661 additions and 665 deletions
|
@ -71,10 +71,10 @@ extern "C" {
|
|||
#define ISEOF(x) ((x) == ENDMARKER)
|
||||
|
||||
|
||||
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);
|
||||
PyAPI_DATA(char *) _PyParser_TokenNames[]; /* Token names */
|
||||
PyAPI_FUNC(int) PyToken_OneChar(int);
|
||||
PyAPI_FUNC(int) PyToken_TwoChars(int, int);
|
||||
PyAPI_FUNC(int) PyToken_ThreeChars(int, int, int);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue