]> granicus.if.org Git - python/commitdiff
Include ctype.h after Python.h.
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 19 Sep 2001 10:37:50 +0000 (10:37 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 19 Sep 2001 10:37:50 +0000 (10:37 +0000)
Modules/pyexpat.c

index 30c420d9794076e4eb420156b0e3a98f533a9ccf..93107baba1ba80ee4ab73f55ca048b5899c05f3e 100644 (file)
@@ -1,6 +1,6 @@
+#include "Python.h"
 #include <ctype.h>
 
-#include "Python.h"
 #include "compile.h"
 #include "frameobject.h"
 #ifdef HAVE_EXPAT_H