* reader.c (copy_comment): New function, factored out from:

(copy_action): Use it.  Removed now unused `match', `ended',
`cplus_comment'.
(copy_guard): Likewise.
This commit is contained in:
Akim Demaille
2000-03-17 11:32:28 +00:00
parent ca36d2efbc
commit 3cef001a70
2 changed files with 62 additions and 88 deletions

View File

@@ -1,3 +1,10 @@
2000-03-17 Akim Demaille <akim@epita.fr>
* reader.c (copy_comment): New function, factored out from:
(copy_action): Use it. Removed now unused `match', `ended',
`cplus_comment'.
(copy_guard): Likewise.
2000-03-17 Akim Demaille <akim@epita.fr>
* reader.c (copy_string): New function, factored out from: