Mail Archives: cygwin/1998/03/10/20:42:32
On 09-Mar-1998, Roger René Kommer <roger AT isp DOT uni-kassel DOT de> wrote:
>
> There is another problem with gcc:
> In sources we can often found this construction:
> /* dummy.c: */
> #include <stdio.h>
> FILE *yyin = stdin;
This is not a problem with gcc, this is a problem with those sources.
That's the trouble with writing non-portable code, of course:
sometimes it just won't port! The solution is to fix the code.
(Actually, I suppose one could argue that this is a problem
with C, but if you want Java you know where to find it...
Java of course has problems of its own.)
--
Fergus Henderson <fjh AT cs DOT mu DOT oz DOT 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 AT 128 DOT 250 DOT 37 DOT 3 | -- the last words of T. S. Garp.
-
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 -