From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Mon, 11 Feb 2013 16:50:59 -0500 To: 9fans@9fans.net Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] APE isinf() Topicbox-Message-UUID: 172b2332-ead8-11e9-9d60-3106f5b1d025 > So it's probably safe to just have > > #define isinf(x) isInf(x,0) > > in /*/include/ape/math.h yes, let's do that. i'd like to move all the function definitions in /$objtype/include/math.h to /sys/include/ape/math.h and move the system dependent goo to /$objtype/include/u.h. this would require doing the same thing to /sys/include/ape/u.h. - erik