First set of tests: use the `calc' example from the documentation.
authorAkim Demaille <akim@epita.fr>
Mon, 18 Sep 2000 13:18:26 +0000 (13:18 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 18 Sep 2000 13:18:26 +0000 (13:18 +0000)
commit0d533154e4618606f7a0907b68fedafb35982924
treea9025403a62a895bba1ce2d3e7c8410a0109e2fe
parente79137accc7ea0352cd4677ff22818f9c68d4eab
First set of tests: use the `calc' example from the documentation.

* src/bison.s1 (yyparse): Condition the code using `yytname' which
is defined only when YYDEBUG is.
* m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
* src/files.c (tryopen, tryclose): Formatting changes.
Move to the top and be static.
* src/reader.c (read_signed_integer): Likewise.
* tests/calc.m4: New file.
* Makefile.am, suite.m4: Adjust.
* m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
17 files changed:
ChangeLog
m4/atconfig.m4
po/de.po
po/es.po
po/et.po
po/fr.po
po/ja.po
po/nl.po
po/ru.po
src/bison.s1
src/bison.simple
src/files.c
src/reader.c
tests/Makefile.am
tests/atconfig.in
tests/calc.m4 [new file with mode: 0644]
tests/suite.m4