Author: Armin Rigo <[email protected]>
Branch: stmgc-c8
Changeset: r76218:2157c7589dd6
Date: 2015-03-02 17:50 +0100
http://bitbucket.org/pypy/pypy/changeset/2157c7589dd6/

Log:    fix

diff --git a/rpython/translator/c/src/debug_print.h 
b/rpython/translator/c/src/debug_print.h
--- a/rpython/translator/c/src/debug_print.h
+++ b/rpython/translator/c/src/debug_print.h
@@ -34,7 +34,7 @@
 #define __thread_if_stm  /* nothing */
 #endif
 
-RPY_EXTERN __thread struct pypy_ExcData0 pypy_g_ExcData;
+RPY_EXTERN __thread_if_stm struct pypy_ExcData0 pypy_g_ExcData;
 #define pypy_have_debug_prints    pypy_g_ExcData.ed_have_debug_prints
 
 /* macros used by the generated code */
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to