]> git.saurik.com Git - bison.git/commit - po/nl.po
* src/skeleton.h: New.
authorAkim Demaille <akim@epita.fr>
Sun, 30 Dec 2001 21:05:12 +0000 (21:05 +0000)
committerAkim Demaille <akim@epita.fr>
Sun, 30 Dec 2001 21:05:12 +0000 (21:05 +0000)
commit1239777d4f4f96a23e5cd177121f16f0d9e71c68
tree5fd1178d53875fb894366f294dbadc535e69609b
parent9b3add5bebc553f9bc1a10a9a6a489135f2a9d4d
* src/skeleton.h: New.
* src/output.c (output_parser, output_master_parser): Remove, dead
code.
* src/output.h (get_lines_number, actions_output, guards_output)
(token_definitions_output): Prototype them.
* src/parse-skel.y: Add the license notice.
Include output.h and skeleton.h.
(process_skeleton): Returns void, and takes a single parameter.
* src/scan-skel.l: Add the license notice.
Include skeleton.h.
Don't use %option yylineno: it seems that then Flex imagines
REJECT has been used, and therefore it won't reallocate its
buffers (which makes no other sense to me than a bug).  It results
in warnings for `unused: yy_flex_realloc'.
to guess if the generated parsers should have '.tab' in their
* src/Makefile.am (bison_SOURCES): Add scan-skel.l and
15 files changed:
ChangeLog
po/de.po
po/es.po
po/et.po
po/fr.po
po/ja.po
po/nl.po
po/ru.po
po/sv.po
po/tr.po
src/output.c
src/output.h
src/parse-skel.y
src/scan-skel.l
src/skeleton.h [new file with mode: 0644]