Author: Armin Rigo <[email protected]>
Branch: stmgc-c7
Changeset: r69800:4bbc728b5079
Date: 2014-03-08 12:48 +0100
http://bitbucket.org/pypy/pypy/changeset/4bbc728b5079/

Log:    fix

diff --git a/rpython/translator/stm/funcgen.py 
b/rpython/translator/stm/funcgen.py
--- a/rpython/translator/stm/funcgen.py
+++ b/rpython/translator/stm/funcgen.py
@@ -21,7 +21,7 @@
         return []
 
     def c_struct_field_name(self, _):
-        return 'h_tid'
+        return 'tid'
 
 
 class StmHeader_OpaqueNode(ContainerNode):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to