[pypy-commit] pypy ppc-jit-backend-rpythonization: Delete declaration of GC_hidden_pointer.

edelsohn noreply at buildbot.pypy.org
Tue Feb 7 20:02:06 CET 2012


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):


More information about the pypy-commit mailing list