Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r1001:3e4c91bfbdaa
Date: 2014-03-14 08:02 +0100
http://bitbucket.org/pypy/stmgc/changeset/3e4c91bfbdaa/

Log:    Name this too

diff --git a/gil-c7/stmgc.h b/gil-c7/stmgc.h
--- a/gil-c7/stmgc.h
+++ b/gil-c7/stmgc.h
@@ -15,7 +15,7 @@
     uint32_t gil_flags;
 } object_t;
 
-typedef struct {
+typedef struct stm_thread_local_s {
     object_t **shadowstack;
     object_t **shadowstack_base;
     object_t *thread_local_obj;
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to