summaryrefslogtreecommitdiff
path: root/Include/pydebug.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-12-04 18:48:25 +0000
committerGuido van Rossum <guido@python.org>1998-12-04 18:48:25 +0000
commit6b5ad775859d0c41a25f0290f37954dcd2ccc484 (patch)
tree2dc4d5feb910b8303a091e3929fd8b72e29bd132 /Include/pydebug.h
parent27913d4a7d3d5001643ba80ba86b432781669717 (diff)
downloadcpython-6b5ad775859d0c41a25f0290f37954dcd2ccc484.tar.gz
Add DL_IMPORT(returntype) for all officially exported functions.
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 d41a1e876a..a848a15816 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
}