[pypy-commit] pypy default: Delete declaration of GC_hidden_pointer.

edelsohn noreply at buildbot.pypy.org
Tue Feb 7 20:04:07 CET 2012


Author: edelsohn
Branch: 
Changeset: r52203:e298ef4bc2fb
Date: 2012-02-07 14:01 -0500
http://bitbucket.org/pypy/pypy/changeset/e298ef4bc2fb/

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
@@ -46,8 +46,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