diff options
author | Fred Drake <fdrake@acm.org> | 2000-07-08 23:37:28 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-07-08 23:37:28 (GMT) |
commit | 5eb6d4e3bf094c33ae66432eeae3668e220dd28d (patch) | |
tree | 2a69e01bee2bbf196f8432b639cc8985431ec7e4 /Include/pydebug.h | |
parent | ff7df9d7b8b6ad7e73fe54cdf02b9ab6386ff355 (diff) | |
download | cpython-5eb6d4e3bf094c33ae66432eeae3668e220dd28d.zip cpython-5eb6d4e3bf094c33ae66432eeae3668e220dd28d.tar.gz cpython-5eb6d4e3bf094c33ae66432eeae3668e220dd28d.tar.bz2 |
ANSI-fication and Py_PROTO extermination.
Diffstat (limited to 'Include/pydebug.h')
-rw-r--r-- | Include/pydebug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pydebug.h b/Include/pydebug.h index b286313..45752d0 100644 --- a/Include/pydebug.h +++ b/Include/pydebug.h @@ -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 } |