From: Guido van Rossum Date: Fri, 17 Feb 1995 15:01:39 +0000 (+0000) Subject: add Py_FatalError X-Git-Tag: v1.2b4~230 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe299f9408ab3e3c9260a68cd0000fa88b46a143;p=thirdparty%2FPython%2Fcpython.git add Py_FatalError --- diff --git a/Include/pythonrun.h b/Include/pythonrun.h index f24536775530..af7ddf938e9a 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