another item for the cage list: INTVAL_MAX etc.

2006-07-18 Thread Chip Salzenberg
(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 [EMAIL PROTECTED]


Re: another item for the cage list: INTVAL_MAX etc.

2006-07-18 Thread Will Coleda
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.


On Jul 18, 2006, at 4:51 PM, Chip Salzenberg wrote:


(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 [EMAIL PROTECTED]



--
Will Coke Coleda
[EMAIL PROTECTED]