summaryrefslogtreecommitdiff
path: root/Include/pydebug.h
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-07-08 23:37:28 +0000
committerFred Drake <fdrake@acm.org>2000-07-08 23:37:28 +0000
commit2cf370be31712d62dc5b4d97d07f2ce002ddec89 (patch)
tree544d86511b31092d3c967b17a7c40183181e75b0 /Include/pydebug.h
parentf92f58c308a68646f18cb43f2fbc1ccad11e2d79 (diff)
downloadcpython-2cf370be31712d62dc5b4d97d07f2ce002ddec89.tar.gz
ANSI-fication and Py_PROTO extermination.
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 b286313505..45752d0789 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
}