From 14a4d88a2eb576f66573bbae3db46065e26bccd2 Mon Sep 17 00:00:00 2001 From: Vladimir Marangozov Date: Mon, 10 Jul 2000 04:59:49 +0000 Subject: Remove the "1" that Tim sticked to the preprocessor symbol for unknown reasons (cf. the rest of the headers in the distribution) --- Include/pyport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ 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 -- cgit v0.12