Ensure that all uses of <ctype.h> functions are applied to unsigned-char REL7_1_BETA
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 3 Dec 2000 20:45:39 +0000 (20:45 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 3 Dec 2000 20:45:39 +0000 (20:45 +0000)
commita93c3ddc9b3f07494e1996785a35f3826be8220b
tree5fe8a617662331a06c29372a08503872d15bdcb2
parentc4cfc3ff7f0c76de17bdbbe15f534a55523404ef
Ensure that all uses of <ctype.h> functions are applied to unsigned-char
values, whether the local char type is signed or not.  This is necessary
for portability.  Per discussion on pghackers around 9/16/00.
convert.c
gpps.c
info.c
parse.c