From 43ce8206b762ebd4fa4fa4832b16ff2798a3c765 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 29 Dec 2010 21:25:47 +0000 Subject: Whee. Another runtime that doesn't support stdout = stderr. We really should stop doing this. svn path=/trunk/netsurf/; revision=11148 --- desktop/netsurf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/netsurf.c b/desktop/netsurf.c index 383268a04..1b2b16e62 100644 --- a/desktop/netsurf.c +++ b/desktop/netsurf.c @@ -106,7 +106,7 @@ nserror netsurf_init(int *pargc, #endif #if !((defined(__SVR4) && defined(__sun)) || defined(__NetBSD__) || \ - defined(__OpenBSD__) || defined(_WIN32)) + defined(__OpenBSD__) || defined(_WIN32) || defined(__AMIGA__)) stdout = stderr; #endif -- cgit v1.2.3