[Python-checkins] CVS: python/dist/src/Modules pyexpat.c,2.49,2.50

Martin v. L?wis loewis@users.sourceforge.net
Wed, 19 Sep 2001 03:37:52 -0700


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

Modified Files:
	pyexpat.c 
Log Message:
Include ctype.h after Python.h.


Index: pyexpat.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/pyexpat.c,v
retrieving revision 2.49
retrieving revision 2.50
diff -C2 -d -r2.49 -r2.50
*** pyexpat.c	2001/09/19 09:55:09	2.49
--- pyexpat.c	2001/09/19 10:37:50	2.50
***************
*** 1,5 ****
  #include <ctype.h>
  
- #include "Python.h"
  #include "compile.h"
  #include "frameobject.h"
--- 1,5 ----
+ #include "Python.h"
  #include <ctype.h>
  
  #include "compile.h"
  #include "frameobject.h"