diff options
Diffstat (limited to 'test/testframe.c')
-rw-r--r-- | test/testframe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testframe.c b/test/testframe.c index dd2f2f4..da48c05 100644 --- a/test/testframe.c +++ b/test/testframe.c @@ -124,7 +124,7 @@ AddTest(const char *TheName, void (*TheCall) (void), void (*Cleanup) (void), con */ void TestInit(const char *ProgName, void (*private_usage)(void), int (*private_parser)(int ac, char *av[])) { -#if !(defined MAC || defined __MWERKS__ || defined SYMANTEC_C) +#if !(defined MAC || defined SYMANTEC_C) /* Un-buffer the stdout and stderr */ setbuf(stderr, NULL); setbuf(stdout, NULL); |