From ef5d33cd252c8f97f4d5878d258c3463a1bced8c 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]. git-svn-id: svn://10.0.0.236/trunk@134122 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/js/src/js.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/js/src/js.c b/mozilla/js/src/js.c index 763c5300da4..2a411b46c39 100644 --- a/mozilla/js/src/js.c +++ b/mozilla/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