From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@9fans.net Subject: Re: [9fans] float.h From: "Russ Cox" Date: Tue, 5 Aug 2008 19:43:26 -0400 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20080805234021.947DD1E8C47@holo.morphisms.net> Topicbox-Message-UUID: fbddc5de-ead3-11e9-9d60-3106f5b1d025 > Hello. Is there an alternative to the macros in this header? My > program uses some of them (DBL_MIN, DBL_MAX, DBL_EPSILON), and > including yields name clashes. Thanks. Why not change your program not to use standard names for its own purposes? Russ