Subject: Re: using !defined instead of !
To: Jeremy C. Reed <reed@reedmedia.net>
From: Todd Vierling <tv@duh.org>
List: tech-pkg
Date: 10/03/2003 22:13:32
On Fri, 3 Oct 2003, Jeremy C. Reed wrote:

: I did some more tests.
:
: The value is:
: (__extension__(9223372036854775807LL))

: fiddlehead:~ $ gcc -E test.c
: test.c:3: syntax error
: # 1 "test.c"

It should be perfectly fine to change the #if !VALUE to #ifndef VALUE in the
cases you mentioned ([U]LLONG_MAX).

-- 
-- Todd Vierling <tv@duh.org> <tv@pobox.com>