From: Vladimir Marangozov Date: Mon, 10 Jul 2000 04:59:49 +0000 (+0000) Subject: Remove the "1" that Tim sticked to the preprocessor symbol for unknown reasons X-Git-Tag: v2.0b1~942 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14a4d88a2eb576f66573bbae3db46065e26bccd2;p=python 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 558b17dab1..fbaaa38d72 100644 --- a/Include/pyport.h +++ b/Include/pyport.h @@ -7,7 +7,7 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. ******************************************************************/ #ifndef Py_PYPORT_H -#define Py_PYPORT_H 1 +#define Py_PYPORT_H /************************************************************************** Symbols and macros to supply platform-independent interfaces to basic