Re: [perl #39855] [CAGE] configuration: define MIN/MAX macros for all integral typedefs
[email protected] (NotFound) Sat, 18 Apr 2009 14:45:19 +0200
| Newsgroups | perl.perl6.internals,perl.perl6.internals |
|---|---|
| Message-ID | <[email protected]> |
>> 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