summaryrefslogtreecommitdiffstats
path: root/Include/pythonrun.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-02-17 15:01:39 (GMT)
committerGuido van Rossum <guido@python.org>1995-02-17 15:01:39 (GMT)
commitfe299f9408ab3e3c9260a68cd0000fa88b46a143 (patch)
tree38663ea9b394045c8cebf2a8e6a6b770584c2885 /Include/pythonrun.h
parentb13afdd6f4916551e49c7357d72b72d0c762cb1f (diff)
downloadcpython-fe299f9408ab3e3c9260a68cd0000fa88b46a143.zip
cpython-fe299f9408ab3e3c9260a68cd0000fa88b46a143.tar.gz
cpython-fe299f9408ab3e3c9260a68cd0000fa88b46a143.tar.bz2
add Py_FatalError
Diffstat (limited to 'Include/pythonrun.h')
-rw-r--r--Include/pythonrun.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/pythonrun.h b/Include/pythonrun.h
index f245367..af7ddf9 100644
--- a/Include/pythonrun.h
+++ b/Include/pythonrun.h
@@ -55,6 +55,8 @@ void Py_Exit Py_PROTO((int));
void Py_Cleanup Py_PROTO((void));
+void Py_FatalError Py_PROTO((char *));
+
#ifdef __cplusplus
}
#endif