Date: Mon, 9 Sep 2002 13:16:31 -0400 (EDT) From: Garrett Wollman <wollman@lcs.mit.edu> To: obrien@FreeBSD.org Cc: current@FreeBSD.org, kan@FreeBSD.org Subject: Re: No way to tell when `long long' is or is not supported? Message-ID: <200209091716.g89HGVXK066160@khavrinen.lcs.mit.edu> In-Reply-To: <20020909070700.GA26978@dragon.nuxi.com> References: <200209090350.g893oHMs062192@khavrinen.lcs.mit.edu> <20020909070700.GA26978@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
<<On Mon, 9 Sep 2002 00:07:00 -0700, "David O'Brien" <obrien@FreeBSD.org> said: > It seems to work for me: > $ cat foo.c > #ifdef __STRICT_ANSI__ > #error __STRICT_ANSI__ > #endif > $ /usr/bin/cc -ansi foo.c > foo.c:2:2: #error __STRICT_ANSI__ OK, so this is now one of those magic defines that's not shown in the specs and just pulled out thin air by the preprocessor? One wishes that the GCC crowd would make up their minds already.... -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209091716.g89HGVXK066160>