erik quanstrom
2013-02-11 21:50:59 UTC
So it's probably safe to just have
#define isinf(x) isInf(x,0)
in /*/include/ape/math.h
yes, let's do that.#define isinf(x) isInf(x,0)
in /*/include/ape/math.h
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