From: fjh@cs.mu.OZ.AU (Fergus Henderson)
Subject: Re: BUG: stdin not a constant
7 Dec 1997 23:00:57 -0800
Message-ID: <199712080444.PAA04160.cygnus.gnu-win32@mundook.cs.mu.OZ.AU>
References: <199712072252.JAA10987@mali.comdyn.com.au>
To: gnu-win32@cygnus.com

raf@comdyn.com.au writes:

>stdout is probably defined as "(&__iob[1])" which is just an expression
>because of the parentheses. #undef it a #define it as "&__iob[1]" which
>is a constant.

Not a bad guess... but quite wrong, I'm afraid:
- stdout is not defined as `(&__iob[1])'
- constants are allowed to contain parentheses

--
Fergus Henderson <fjh@cs.mu.oz.au>   |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>   |  of excellence is a lethal habit"
PGP: finger fjh@128.250.37.3         |     -- the last words of T. S. Garp.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
