/* LIMITS.ADJ */ /* ** "limits.h" adjustment file for 'dcc'. ** Created 19981217 by Yves Noyelle (Yves.Noyelle@supelec.fr) */ /*~ zif UCHAR_MAX!=255 "Trouble with UCHAR_MAX; change next #define" */ #undef UCHAR_MAX #define UCHAR_MAX 255U /* 'U' sometimes missing in standard header file (cannot use cast, that would looses 'genericity' of constant). */ /* End LIMITS.ADJ */