Date: Mon, 08 Jan 2001 21:00:07 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Stephen Silver" Message-Id: <9003-Mon08Jan2001210007+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp-workers AT delorie DOT com In-reply-to: <004d01c079a0$fd2284c0$d497883e@oemcomputer> (djgpp AT argentum DOT freeserve DOT co DOT uk) Subject: Re: namespace std - stdio.h patch References: <004d01c079a0$fd2284c0$d497883e AT oemcomputer> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Stephen Silver" > Date: Mon, 8 Jan 2001 18:29:49 -0000 > > At the end of this message is the namespace std patch for stdio.h. Thanks! > + #if defined(__cplusplus) && !defined(__dj_ENFORCE_ANSI_FREESTANDING) I wonder whether we need to have __dj_ENFORCE_ANSI_FREESTANDING here. That symbol is for a stand-alone compiler, i.e. when libc.a is not used. Does the C++ standard at all define a stand-alone compiler?