Fix make.h preprocessor directive to work better with Windows compilers.

Fix some regression tests to (hopefully) work better on Windows.
This commit is contained in:
Paul Smith
2005-08-29 14:11:00 +00:00
parent 6636dc1d5c
commit f7598efb67
7 changed files with 43 additions and 19 deletions

View File

@@ -1096,6 +1096,7 @@ func_error (char *o, char **argv, const char *funcname)
case 'i':
printf ("%s\n", msg);
fflush(stdout);
break;
default: