[Python-checkins] CVS: python/dist/src/Include pyport.h,2.1,2.2

Vladimir Marangozov python-dev@python.org
Sun, 9 Jul 2000 21:59:52 -0700


Update of /cvsroot/python/python/dist/src/Include
In directory slayer.i.sourceforge.net:/tmp/cvs-serv18165

Modified Files:
	pyport.h 
Log Message:

Remove the "1" that Tim sticked to the preprocessor symbol for unknown reasons
(cf. the rest of the headers in the distribution)



Index: pyport.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pyport.h,v
retrieving revision 2.1
retrieving revision 2.2
diff -C2 -r2.1 -r2.2
*** pyport.h	2000/07/08 04:17:21	2.1
--- pyport.h	2000/07/10 04:59:49	2.2
***************
*** 8,12 ****
  
  #ifndef Py_PYPORT_H
! #define Py_PYPORT_H 1
  
  /**************************************************************************
--- 8,12 ----
  
  #ifndef Py_PYPORT_H
! #define Py_PYPORT_H
  
  /**************************************************************************