Skip to content

Commit

Permalink
Include pystate.h earlier so it can be referenced by ceval.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Jul 18, 1997
1 parent 75aa0d6 commit 618af4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Include/Python.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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))
Expand Down

0 comments on commit 618af4b

Please sign in to comment.