Commit fe299f94 authored by Guido van Rossum's avatar Guido van Rossum

add Py_FatalError

parent b13afdd6
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment