commit | a5900aa549830d01b4653596c1d51e4ccf05b933 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Apr 16 08:42:06 1991 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Apr 16 08:42:06 1991 +0000 |
tree | 758a8be5b92a81c86fbb6521ca51f8fac145a68f | |
parent | bfe14c5c923c52410c729e849fbdf14df9502af3 [diff] |
Move allobjects.h to front (needed by THINK C precompiled headers)
diff --git a/Python/pythonmain.c b/Python/pythonmain.c index 6602e2b..b0eedc7 100644 --- a/Python/pythonmain.c +++ b/Python/pythonmain.c
@@ -24,10 +24,10 @@ /* Python interpreter main program */ -#include "patchlevel.h" - #include "allobjects.h" +#include "patchlevel.h" + #include "grammar.h" #include "node.h" #include "parsetok.h"