mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-06-08 16:52:35 +00:00
ec2da99ffe
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.