]> git.saurik.com Git - bison.git/commit
Let the handling of the skeleton files be local to the procedures
authorAkim Demaille <akim@epita.fr>
Tue, 19 Dec 2000 13:05:52 +0000 (13:05 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 19 Dec 2000 13:05:52 +0000 (13:05 +0000)
commitff61dabdbacfc6ea2737395756ea75e61ad1aa5a
tree24fa5db47a734552f4b65ba73dc32462063c0d78
parent55b9634155b80271df2b90a95d5f529e2371be28
Let the handling of the skeleton files be local to the procedures
that use it.
* src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
longer static.
(fparser, open_extra_files): Remove.
(open_files, output_files): Don't take care of fparser.
* src/files.h: Adjust.
* src/output.c (output_parser): Open and close the file to the
skeleton.
* src/reader.c (read_declarations): When %semantic_parser, open
fguard.
ChangeLog
src/files.c
src/files.h
src/output.c
src/reader.c