diff options
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 d41a1e8..a848a15 100644 --- a/Include/pydebug.h +++ b/Include/pydebug.h @@ -44,7 +44,7 @@ extern DL_IMPORT(int) Py_UseClassExceptionsFlag; extern DL_IMPORT(int) Py_FrozenFlag; extern DL_IMPORT(int) Py_TabcheckFlag; -void Py_FatalError Py_PROTO((char *)); +DL_IMPORT(void) Py_FatalError Py_PROTO((char *)); #ifdef __cplusplus } |