summaryrefslogtreecommitdiffstats
path: root/Include/pydebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/pydebug.h')
-rw-r--r--Include/pydebug.h2
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
}