From: khan@xraylith.wisc.edu (Mumit Khan)
Subject: Re: Compiler bug?
27 May 1998 23:00:50 -0700
Message-ID: <Pine.SUN.3.93.980527144615.14467A-100000.cygnus.gnu-win32@modi.xraylith.wisc.edu>
References: <01BD88B7.E1BC03F0.jimen@adtech-inc.com>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
To: Jimen Ching <jimen@adtech-inc.com>
Cc: "'gnu-win32@cygnus.com'" <gnu-win32@cygnus.com>

On Tue, 26 May 1998, Jimen Ching wrote:

> I can't compile this code with b19.  Is this supposed to be allowed?
> 
> #include <stdio.h>
> FILE *xyz = stdin;
> int main() { return 0; }
> 

A standard-conforming implementation is free to reject this, which is another 
way to say that this is not allowed. 

Mumit

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
