Author: Armin Rigo <[email protected]>
Branch: use-gcc
Changeset: r1765:743c0f1eea82
Date: 2015-05-23 23:10 +0200
http://bitbucket.org/pypy/stmgc/changeset/743c0f1eea82/

Log:    meh

diff --git a/c7/stmgc.h b/c7/stmgc.h
--- a/c7/stmgc.h
+++ b/c7/stmgc.h
@@ -38,7 +38,7 @@
        'STM_SEGMENT->transaction_read_version' if and only if the
        object was read in the current transaction.  The nurseries
        also have corresponding read markers, but they are never used. */
-    unsigned rm:8;
+    unsigned char rm:8;
 };
 
 struct stm_segment_info_s {
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to