]> git.saurik.com Git - bison.git/commit
* configure.in: Check the protos of strchr ans strspn.
authorAkim Demaille <akim@epita.fr>
Thu, 27 Dec 2001 18:12:48 +0000 (18:12 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 27 Dec 2001 18:12:48 +0000 (18:12 +0000)
commitec2da99ffe7140db191d6683c493ad6936174311
tree5dfd9e8d23b289b8e43cdbd1ee6a5261c9f5a713
parent8adfa272f72683102c45cc6eaba00aaa5db2497a
* configure.in: Check the protos of strchr ans strspn.
Replace strchr if needed.
* src/system.h: Provide the protos of strchr, strspn and memchr if
missing.
* lib/strchr.c: New.
* src/reader.c (symbols_save): Use strchr.
ChangeLog
configure.in
lib/strchr.c [new file with mode: 0644]
src/reader.c
src/system.h