Remove the "1" that Tim sticked to the preprocessor symbol for unknown reasons
(cf. the rest of the headers in the distribution)
diff --git a/Include/pyport.h b/Include/pyport.h
index 558b17d..fbaaa38 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -7,7 +7,7 @@
 ******************************************************************/
 
 #ifndef Py_PYPORT_H
-#define Py_PYPORT_H 1
+#define Py_PYPORT_H
 
 /**************************************************************************
 Symbols and macros to supply platform-independent interfaces to basic