Portability: rename some str_class members
commitf262bf62b75a49c275ee71b40a81302dffb9b65e
authorAndrew Borodin <aborodin@vmail.ru>
Wed, 12 Dec 2012 06:47:47 +0000 (12 10:47 +0400)
committerAndrew Borodin <aborodin@vmail.ru>
Fri, 21 Dec 2012 08:50:32 +0000 (21 12:50 +0400)
treef074f3c0a086662ea03a86e3bcd1b4ce473dc7b8
parent9332f1d1c5b8070b0f526e9e02834f932aa6265f
Portability: rename some str_class members

...to avoid conflict with global names.

On HP-UX, inttypes.h includes ctype.h through other dependencies, ctype.h
defines macros for various functions and these macros clash with entries
of "struct str_class".

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
lib/strutil.h
lib/strutil/strutil.c
lib/strutil/strutil8bit.c
lib/strutil/strutilascii.c
lib/strutil/strutilutf8.c