Mail Archives: cygwin/1997/12/07/23:21:45
Hi, raf.
In message "Re: BUG: stdin not a constant"
on 97/12/08, raf <raf AT comdyn DOT com DOT au> writes:
raf> stdout is probably defined as "(&__iob[1])" which is just an
raf> expression because of the parentheses. #undef it a #define it as
raf> "&__iob[1]" which is a constant.
This solution seems meaningless with three reasons.
(1) When expression a was constant, "(a)" should be still remaining as
constant (expression). If your idea was correct, we may couldn't write
following statement as global variable definition/initilizer.
int n = (0);
(2) Actual definition of stdout came from Cygnus (b18) is;
#define stdout (_impure_ptr->_stdout)
(3) Your solution (remove parentheses) still causes same error
message.
Why don't you see actual stdio.h file? And, why don't you try -E
option of gcc?
# Forgive me if my expression brings unpleasant feelings to someone.
# Still I couldn't realize tone of English expressions.
--
@___ anazawa AT hic-soft DOT co DOT jp
c>//_ --- Human Interface Communications Co.,Ltd.(H.I.C.)
(_)\(_) --- Phone +81 3 5467 2401 / Fax +81 3 5467 2402
------------------------------------------------------------------------
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -