summaryrefslogtreecommitdiffstats
path: root/Include/pyport.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/pyport.h')
-rw-r--r--Include/pyport.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index f35d8e6..4bc6016 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -39,6 +39,9 @@ Used in: LONG_LONG
#else
#define Py_PROTO(x) ()
#endif
+#ifndef Py_FPROTO
+#define Py_FPROTO(x) Py_PROTO(x)
+#endif
/* typedefs for some C9X-defined synonyms for integral types.
*