* argv_parse.c (argv_parse): Cast argument to isspace() as int.
authorEzra Peisach <epeisach@mit.edu>
Mon, 11 Jun 2001 21:55:49 +0000 (21:55 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 11 Jun 2001 21:55:49 +0000 (21:55 +0000)
commitaa2a375ef265c9375b9293f614eb5d848d5f1d48
tree087145181a90bba79cfed1fe92ade2fc3e8692ee
parent02a38199507d89173b8e8f26ad347d64c9f45114
* argv_parse.c (argv_parse): Cast argument to isspace() as int.
* prof_parse.c (skip_over_blanks, parse_std_line, need_double_quotes):
Likewise

On some systems, isspace() is a macro indexing an array. Gcc warns on
indexing an array with a char.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13335 dc483132-0cff-0310-8789-dd5450dbe970
src/util/profile/ChangeLog
src/util/profile/argv_parse.c
src/util/profile/prof_parse.c