From: Akim Demaille Date: Thu, 27 Dec 2001 18:12:48 +0000 (+0000) Subject: * configure.in: Check the protos of strchr ans strspn. X-Git-Tag: before-m4-back-end~84 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/ec2da99ffe7140db191d6683c493ad6936174311?ds=inline;hp=ec2da99ffe7140db191d6683c493ad6936174311 * 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. ---