[Python-checkins] python/dist/src/Misc pymemcompat.h,1.1,1.2

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Thu, 30 May 2002 09:41:17 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv15525

Modified Files:
	pymemcompat.h 
Log Message:
Typo fixes.

Index: pymemcompat.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/pymemcompat.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pymemcompat.h	30 May 2002 16:22:29 -0000	1.1
--- pymemcompat.h	30 May 2002 16:41:14 -0000	1.2
***************
*** 1,6 ****
! /* this idea of this file is that you bundle it with your extension,
     #include it, program to Python 2.3's memory API and have your
     extension build with any version of Python from 1.5.2 through to
!    2.3 (and hopefully beyond) */
  
  #ifndef Py_PYMEMCOMPAT_H
--- 1,6 ----
! /* The idea of this file is that you bundle it with your extension,
     #include it, program to Python 2.3's memory API and have your
     extension build with any version of Python from 1.5.2 through to
!    2.3 (and hopefully beyond). */
  
  #ifndef Py_PYMEMCOMPAT_H