Date: Tue, 2 May 2000 14:08:06 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Str|mberg cc: djgpp-workers AT delorie DOT com Subject: Re: restrict In-Reply-To: <200005012228.AAA20501@father.ludd.luth.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Tue, 2 May 2000, Martin Str|mberg wrote: > > > Where does __STDC_VERSION__ come from? > > > > I think it should come from the compiler. No? > > Why isn't it seen like the #define __DJGPP__ when using "-v" option of gcc? Try -dM, then you will know for sure. If __STDC_VERSION__ is indeed not defined, we could default it to 199001 or some such.