]> granicus.if.org Git - mutt/commit
Some functions/macros like isspace take an int and require the
authorVincent Lefevre <vincent@vinc17.net>
Thu, 24 Jul 2003 18:40:50 +0000 (18:40 +0000)
committerVincent Lefevre <vincent@vinc17.net>
Thu, 24 Jul 2003 18:40:50 +0000 (18:40 +0000)
commit553ef91d6b72bf403c608b81d00f5112bae6da46
tree3e37980522ca3dff6edbf237a7cc4ef7c3378147
parent8fe7e1b4e615dbbc655a96e292af24f045987282
Some functions/macros like isspace take an int and require the
argument to have the value of an unsigned char (or EOF). Under
Solaris, gcc complains when the argument is a char (as this is a
possible bug, on platforms where char is signed, like Solaris). The
attached patch fixes such problems (well, perhaps I've changed more
than necessary, but this doesn't hurt).
21 files changed:
alias.c
copy.c
handler.c
imap/command.c
imap/imap.c
imap/message.c
imap/util.c
init.c
intl/l10nflist.c
intl/loadmsgcat.c
intl/localealias.c
keymap.c
lib.c
makedoc.c
muttlib.c
pattern.c
rfc2047.c
rfc2231.c
rfc822.c
strcasecmp.c
url.c