|
From: Jun T. <tak...@kb...> - 2015-08-31 23:52:29
|
Sorry, the line 'yield = 0' must be protected: Index: src/wxterminal/wxt_gui.cpp =================================================================== RCS file: /cvsroot/gnuplot/gnuplot/src/wxterminal/wxt_gui.cpp,v retrieving revision 1.150 diff -u -r1.150 wxt_gui.cpp --- src/wxterminal/wxt_gui.cpp 31 Aug 2015 17:34:32 -0000 1.150 +++ src/wxterminal/wxt_gui.cpp 31 Aug 2015 23:48:17 -0000 @@ -2079,7 +2079,9 @@ /* sent when gnuplot exits and when the terminal or the output change.*/ FPRINTF((stderr,"wxt_reset\n")); +#if defined(WXT_MONOTHREADED) && !defined(_Windows) yield = 0; +#endif if (wxt_status == STATUS_UNINITIALIZED) return; |