* 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:
Akim Demaille
2001-12-27 18:12:48 +00:00
parent 8adfa272f7
commit ec2da99ffe
5 changed files with 58 additions and 8 deletions

View File

@@ -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.