=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/parse/parser.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- OpenXM_contrib2/asir2000/parse/parser.c 2015/08/09 11:46:43 1.10 +++ OpenXM_contrib2/asir2000/parse/parser.c 2015/08/14 13:51:56 1.11 @@ -45,7 +45,7 @@ * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. * - * $OpenXM: OpenXM_contrib2/asir2000/parse/parser.c,v 1.9 2008/09/04 01:42:26 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/parse/parser.c,v 1.10 2015/08/09 11:46:43 fujimoto Exp $ */ #include #include "ca.h" @@ -164,7 +164,7 @@ void read_eval_loop() { if ( prresult ) { if ( user_print_function ) { bevalf(user_print_function,mknode(1,LastVal)); -#if !defined(__MINGW32__) && !defined(__MINGW64__) +#if !defined(__MINGW32__) fflush(asir_out); #endif } else @@ -173,14 +173,14 @@ void read_eval_loop() { putc(';',asir_out); } putc('\n',asir_out); -#if !defined(__MINGW32__) && !defined(__MINGW64__) +#if !defined(__MINGW32__) fflush(asir_out); #endif } if ( prtime ) { printtime(&egt0,&egt1,r1-r0); } -#if defined(__MINGW32__) || defined(__MINGW64__) +#if defined(__MINGW32__) fflush(asir_out); fflush(stderr); #endif