Include Python.h first. Fixes #530159.

This commit is contained in:
Martin v. Löwis 2002-03-15 09:16:40 +00:00
parent 4c8349592d
commit d4233b2b8c

View 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"