From 6d450f7126cea04c45a0b448526d4334c2ac28d3 Mon Sep 17 00:00:00 2001 From: "pschwartau%netscape.com" Date: Tue, 19 Nov 2002 20:53:17 +0000 Subject: [PATCH] One-line fix for bug 62187, "JS shell producing too much console output on Mac" (r=waldemar, r=rginda). Without this fix, running the test driver is impossible on Mac 9. [NOT PART OF BROWSER BUILD]. --- js/src/js.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/js.c b/js/src/js.c index 763c5300da4b..2a411b46c39c 100644 --- a/js/src/js.c +++ b/js/src/js.c @@ -97,7 +97,7 @@ FILE *gErrFile = NULL; FILE *gOutFile = NULL; #ifdef XP_MAC -#ifdef MAC_TEST_HACK +#if defined(MAC_TEST_HACK) || defined(XP_MAC_MPW) /* this is the data file that all Print strings will be echoed into */ FILE *gTestResultFile = NULL; #define isatty(f) 0