Date: Sun, 16 Apr 2000 10:13:47 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Dieter Buerssner cc: djgpp AT delorie DOT com Subject: Re: need info In-Reply-To: <8d7t9b.3vvqipv.0@buerssner-17104.user.cis.dfn.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 14 Apr 2000, Dieter Buerssner wrote: > >> Also, the availability of stdprn in DJGPP > >> depends on compiler flags. (IIRC, it won't work with -ansi.) > > > >Nope, stdprn is always available. You can see in stdio.h that its > >declaration is before the "#ifdef __STRICT_ANSI__" part, which begins the > >part that's invisible to the compiler under -ansi. > > Then, I must have some weird configuration. It is after > #ifndef __STRICT_ANSI__ in my stdio.h No, your configuration is okay, and I need glasses ;-). You are right, stdprn is undefined under -ansi. Sorry for spreading misinformation.