Commit 618af4b3 authored by Guido van Rossum's avatar Guido van Rossum

Include pystate.h earlier so it can be referenced by ceval.h.

parent 75aa0d6a
......@@ -87,6 +87,8 @@ PERFORMANCE OF THIS SOFTWARE.
#include "pyerrors.h"
#include "mymalloc.h"
#include "pystate.h"
#include "modsupport.h"
#include "ceval.h"
#include "pythonrun.h"
......@@ -95,8 +97,6 @@ PERFORMANCE OF THIS SOFTWARE.
#include "import.h"
#include "bltinmodule.h"
#include "pystate.h"
#include "abstract.h"
#define PyArg_GetInt(v, a) PyArg_Parse((v), "i", (a))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment