* reader.c (copy_string): Declared `static inline'. No problems

with inline, since it is checked by configure.
(copy_comment): Likewise.
This commit is contained in:
Akim Demaille
2000-03-17 11:36:31 +00:00
parent 0a6384c401
commit 4dc58e7c76
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2000-03-17 Akim Demaille <akim@epita.fr>
* reader.c (copy_string): Declared `static inline'. No problems
with inline, since it is checked by configure.
(copy_comment): Likewise.
2000-03-17 Akim Demaille <akim@epita.fr>
* reader.c (packsymbols): Formatting changes.