From f7598efb676502e3ade6aac4a61be0984de4abda Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 29 Aug 2005 14:11:00 +0000 Subject: Fix make.h preprocessor directive to work better with Windows compilers. Fix some regression tests to (hopefully) work better on Windows. --- function.c | 1 + 1 file changed, 1 insertion(+) (limited to 'function.c') diff --git a/function.c b/function.c index 5bf6019..47cdafa 100644 --- a/function.c +++ b/function.c @@ -1096,6 +1096,7 @@ func_error (char *o, char **argv, const char *funcname) case 'i': printf ("%s\n", msg); + fflush(stdout); break; default: -- cgit v1.2.3