Author: Matti Picus <[email protected]>
Branch: precompiled-headers
Changeset: r68964:009c2b057902
Date: 2014-01-27 00:16 +0200
http://bitbucket.org/pypy/pypy/changeset/009c2b057902/
Log: rearrange
diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py
--- a/rpython/translator/c/genc.py
+++ b/rpython/translator/c/genc.py
@@ -686,11 +686,11 @@
print >> fc,
'/***********************************************************/'
print >> fc, '/*** Implementations
***/'
print >> fc
- print >> fc, '#define PYPY_FILE_NAME "%s"' % name
print >> fc, '#include "common_header.h"'
print >> fc, '#include "structdef.h"'
print >> fc, '#include "forwarddecl.h"'
print >> fc, '#include "preimpl.h"'
+ print >> fc, '#define PYPY_FILE_NAME "%s"' % name
print >> fc, '#include "src/g_include.h"'
print >> fc
print >> fc, MARKER
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit