CHARCLASS_NAME_MAX undefined?

#define CHARCLASS_NAME_MAX
in <limits.h> makes compiling diffutils-2.8.1 barf,
cuz it expects this macro to be a numeric, not just defined
(like #define CHARCLASS_NAME_MAX 14 in Solaris)

Bug?

for workaround, what value should it be?

kabe

This has just been fixed internally. The value was set to 14

kabe@sra-tohoku.co.jp wrote:

#define CHARCLASS_NAME_MAX
in <limits.h> makes compiling diffutils-2.8.1 barf,
cuz it expects this macro to be a numeric, not just defined
(like #define CHARCLASS_NAME_MAX 14 in Solaris)

Bug?

for workaround, what value should it be?

kabe


cburgess@qnx.com