[pypy-svn] r45939 - pypy/dist/pypy/translator/c/src

xoraxax at codespeak.net xoraxax at codespeak.net
Thu Aug 23 20:05:43 CEST 2007


Author: xoraxax
Date: Thu Aug 23 20:05:41 2007
New Revision: 45939

Modified:
   pypy/dist/pypy/translator/c/src/g_include.h
Log:
Fix gc=ref builds on AVR.

Modified: pypy/dist/pypy/translator/c/src/g_include.h
==============================================================================
--- pypy/dist/pypy/translator/c/src/g_include.h	(original)
+++ pypy/dist/pypy/translator/c/src/g_include.h	Thu Aug 23 20:05:41 2007
@@ -31,9 +31,9 @@
 #include "src/int.h"
 #include "src/char.h"
 #include "src/float.h"
+#include "src/address.h"
 #ifndef AVR
 #include "src/unichar.h"
-#include "src/address.h"
 #endif
 
 #include "src/instrument.h"



More information about the Pypy-commit mailing list