Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2002 19:42:32 +1000
From:      Christopher Vance <vance@aurema.com>
To:        "David O'Brien" <obrien@FreeBSD.ORG>
Cc:        Garrett Wollman <wollman@lcs.mit.edu>, current@FreeBSD.ORG, kan@FreeBSD.ORG
Subject:   Re: No way to tell when `long long' is or is not supported?
Message-ID:  <20020909194232.A25660@aurema.com>
In-Reply-To: <20020909081046.GB26978@dragon.nuxi.com>; from obrien@FreeBSD.ORG on Mon, Sep 09, 2002 at 01:10:46AM -0700
References:  <200209090350.g893oHMs062192@khavrinen.lcs.mit.edu> <20020909081046.GB26978@dragon.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Sep 09, 2002 at 01:10:46AM -0700, David O'Brien wrote:
: > Rather than trying to deduce whether `long long' is supported from
: > other macros, I simply modified the compiler driver to tell us.

What's wrong with

#include <limits.h>
#ifdef LLONG_MAX

Surely we get to determine the contents of our own limits.h files?

-- 
Christopher Vance

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?20020909194232.A25660>