Author: Armin Rigo <ar...@tunes.org>
Branch: stmgc-c7
Changeset: r76409:88511e0d0557
Date: 2015-03-02 17:50 +0100
http://bitbucket.org/pypy/pypy/changeset/88511e0d0557/

Log:    fix (grafted from 2157c7589dd68e40922774d01db5ee4766bd70ce)

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
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to