From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Message-id: From: Pietro Gagliardi To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-reply-to: <20080805234021.947DD1E8C47@holo.morphisms.net> Date: Tue, 5 Aug 2008 22:51:02 -0400 References: <20080805234021.947DD1E8C47@holo.morphisms.net> Subject: Re: [9fans] float.h Topicbox-Message-UUID: fbe288ee-ead3-11e9-9d60-3106f5b1d025 On Aug 5, 2008, at 7:43 PM, Russ Cox wrote: >> 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 > > In this case, "its own purposes" == "allowing the user to choose that as a parameter to an expression."