mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 22:33:03 +00:00
* 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.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2001-12-27 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* 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.
|
||||
|
||||
|
||||
2001-12-27 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/print.c, src/print_graph.c (escape): New.
|
||||
|
||||
Reference in New Issue
Block a user