Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

another item for the cage list: INTVAL_MAX etc.

4 views
Skip to first unread message

Chip Salzenberg

unread,
Jul 18, 2006, 4:51:09 PM7/18/06
to Andy Lester, parrot-...@perl.org
(I'd have added this myself, Andy, but you're the keeper of the
cage/todo.pod document structure.)

New thing:

RT #39855: configuration: define MIN/MAX macros for all integral typedefs

For example, if INTVAL is long, then config.h should include:

#include <limits.h>
#define INTVAL_MIN LONG_MIN
#define INTVAL_MAX LONG_MAX
...

etc.

--
Chip Salzenberg <ch...@pobox.com>

Will Coleda

unread,
Jul 18, 2006, 4:56:16 PM7/18/06
to Chip Salzenberg, Andy Lester, parrot-...@perl.org
updated the ticket to say [CAGE], which makes it show on the RT list
for [CAGE] tickets, http://xrl.us/owsd (from cage/todo.pod in the repo.)

Regards.

--
Will "Coke" Coleda
wi...@coleda.com


0 new messages