* data.c (Fstring_to_number): Declare p to be an unsigned char, to
authorJim Blandy <jimb@redhat.com>
Tue, 2 Mar 1993 08:11:01 +0000 (08:11 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 2 Mar 1993 08:11:01 +0000 (08:11 +0000)
commit0a3e4d653cb1655c33528824aa604a7cb6033fd2
tree07c184e236cc2168a9a9f0406493dc15c4408bf4
parentc39e6cc261de1f6f9d2c872b45257c5476c4373b
* data.c (Fstring_to_number): Declare p to be an unsigned char, to
match the data field of strings.

* data.c (Fstring_to_number): Just skip tabs and spaces; don't use
the <ctype.h> macros.  The <ctype.h> stuff apparently varies from
locale to locale more than we'd like.  Don't include <ctype.h>.
src/data.c