Pass int instead of char to iscntrl() and isspace() because that's what they require...
authorDavid Levine <levinedl@acm.org>
Tue, 17 Jan 2012 00:33:57 +0000 (18:33 -0600)
committerDavid Levine <levinedl@acm.org>
Tue, 17 Jan 2012 00:33:57 +0000 (18:33 -0600)
commit7b3154538d24958c2e3ed0e20e80bb33d3d98a3a
tree32f40c0a63ab1cc4a54e21fea88f56b20e1e65a0
parent23a50c38aa582542f8cf3ef928396faad89cbae7
Pass int instead of char to iscntrl() and isspace() because that's what they require, and gcc on Cygwin warns about it.
sbr/fmt_scan.c