mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
ANSI-fication and Py_PROTO extermination.
This commit is contained in:
parent
ff7df9d7b8
commit
5eb6d4e3bf
12 changed files with 175 additions and 173 deletions
|
@ -24,7 +24,7 @@ extern DL_IMPORT(int) Py_FrozenFlag;
|
|||
extern DL_IMPORT(int) Py_TabcheckFlag;
|
||||
extern DL_IMPORT(int) Py_UnicodeFlag;
|
||||
|
||||
DL_IMPORT(void) Py_FatalError Py_PROTO((char *));
|
||||
DL_IMPORT(void) Py_FatalError(char *message);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue