Author: edelsohn
Branch: ppc-jit-backend-rpythonization
Changeset: r52202:d32609770965
Date: 2012-02-07 14:01 -0500
http://bitbucket.org/pypy/pypy/changeset/d32609770965/

Log:    Delete declaration of GC_hidden_pointer.

diff --git a/pypy/translator/c/gc.py b/pypy/translator/c/gc.py
--- a/pypy/translator/c/gc.py
+++ b/pypy/translator/c/gc.py
@@ -47,8 +47,7 @@
         return ExternalCompilationInfo(
             pre_include_bits=['/* using %s */' % (gct.__class__.__name__,),
                               '#define MALLOC_ZERO_FILLED %d' % 
(gct.malloc_zero_filled,),
-                              ],
-            post_include_bits=['typedef void *GC_hidden_pointer;']
+                              ]
             )
 
     def get_prebuilt_hash(self, obj):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to