]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
backport loewis' checkin of
authorMichael W. Hudson <mwh@python.net>
Sat, 16 Mar 2002 17:58:21 +0000 (17:58 +0000)
committerMichael W. Hudson <mwh@python.net>
Sat, 16 Mar 2002 17:58:21 +0000 (17:58 +0000)
    revision 2.23 of pypcre.c

Include Python.h first. Fixes #530159.

Modules/pypcre.c

index c6a14ec52813a27e04b4c3b006343c277bcfff68..e0aa8d074d8522d8daaac600c5e33758a51ea117 100644 (file)
@@ -45,8 +45,8 @@ restrictions:
 
 
 #define FOR_PYTHON
-#include "pcre-int.h"
 #include "Python.h"
+#include "pcre-int.h"
 #include <ctype.h>
 #include "graminit.h"