diff options
Diffstat (limited to 'Include/pythonrun.h')
| -rw-r--r-- | Include/pythonrun.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/pythonrun.h b/Include/pythonrun.h index f245367755..af7ddf938e 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  | 
