summaryrefslogtreecommitdiff
path: root/Include/pgenheaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/pgenheaders.h')
-rw-r--r--Include/pgenheaders.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pgenheaders.h b/Include/pgenheaders.h
index 2f1bf50030..8c6764b37f 100644
--- a/Include/pgenheaders.h
+++ b/Include/pgenheaders.h
@@ -49,7 +49,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "myproto.h"
#include "mymalloc.h"
-extern void fatal PROTO((char *));
+extern void Py_FatalError Py_PROTO((char *));
#ifdef __cplusplus
}