/* LIMITS.ADJ */ /*~ zif UCHAR_MAX!=255 "Trouble with UCHAR_MAX; change line 5 of this file" */ #undef UCHAR_MAX #define UCHAR_MAX 255U /* 'U' sometimes missing in standard header file (cannot use cast, for looses 'genericity' of constant). */ /* End LIMITS.ADJ */