From owner-freebsd-current Mon Sep 9 2:42:46 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7736437B400; Mon, 9 Sep 2002 02:42:45 -0700 (PDT) Received: from smtp.sw.oz.au (smtp.sw.oz.au [203.31.96.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FF2343E42; Mon, 9 Sep 2002 02:42:43 -0700 (PDT) (envelope-from vance@aurema.com) Received: (from vance@localhost) by smtp.sw.oz.au (8.8.8+Sun/8.8.8) id TAA13460; Mon, 9 Sep 2002 19:42:32 +1000 (EST) Date: Mon, 9 Sep 2002 19:42:32 +1000 From: Christopher Vance To: "David O'Brien" Cc: Garrett Wollman , 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> References: <200209090350.g893oHMs062192@khavrinen.lcs.mit.edu> <20020909081046.GB26978@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020909081046.GB26978@dragon.nuxi.com>; from obrien@FreeBSD.ORG on Mon, Sep 09, 2002 at 01:10:46AM -0700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 #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