>> It's great to have INTVAL and UINTVAL, but without MAX_INTVAL it's kind of >> hard to work with them in some respects. All integral typedefs should > have >> min/max macros. Syntax not a big deal, it can be fixed later, just don't >> break anything when introducing them. > > Nothing has happened on this ticket since it was introduced in 2006. Do > we need MIN/MAX macros? If so, why, or where do we expect them to be used?
The current intended names for that macros are PARROT_INTVAL_MAX, PARROT_INTVAL_MIN, and so on. The last work in this matter is: include/parrot/platform_limits.h -- Salu2