[CLEANUP] shut warnings 'is*' macros from ctype.h on solaris
authorWilly Tarreau <w@1wt.eu>
Sun, 17 Jun 2007 19:51:38 +0000 (21:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 17 Jun 2007 19:51:38 +0000 (21:51 +0200)
commit8f8e6450662697cbfc1f4f5f919ff09488b71aa4
treed37a7220d8afcb8fac5fecb375f53c805dceb751
parenta590983fe57f706b827444eb9ca10b9043c37032
[CLEANUP] shut warnings 'is*' macros from ctype.h on solaris

Solaris visibly uses an array for is*, which returns warnings
about the use of signed chars as indexes. Good opportunity to
put casts everywhere.
src/acl.c
src/cfgparse.c
src/proto_http.c
src/regex.c