Whee. Another runtime that doesn't support stdout = stderr.
We really should stop doing this. svn path=/trunk/netsurf/; revision=11148
This commit is contained in:
parent
ed2fcc7121
commit
43ce8206b7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue