* src/output.c: Formatting changes.
authorAkim Demaille <akim@epita.fr>
Tue, 19 Sep 2000 18:10:41 +0000 (18:10 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 19 Sep 2000 18:10:41 +0000 (18:10 +0000)
commitceed8467b7db3615d3c9bfa9f3e5525d54c6a161
treee76e6510f188f51f58a610b6a22fc1fbe4dcebac
parent05a1d24b1efccc9facc61b521e62902d390bb869
* src/output.c: Formatting changes.
* src/machine.h: Remove, leaving its contents in...
* src/system.h: here.
Include stdio.h.
Adjust all dependencies on stdio.h and machine.h.
* src/getargs.h: New file.
Let all `extern' declarations about getargs.c be replaced with
inclusion of `getargs.h'.
* src/Makefile.am (noinst_HEADERS): Adjust.

* tests/calc.m4 (yyin): Be initialized in main, not on the global
scope.
(yyerror): Returns void, not int.
* doc/bison.texinfo: Formatting changes.
31 files changed:
ChangeLog
doc/bison.texinfo
po/de.po
po/es.po
po/et.po
po/fr.po
po/ja.po
po/nl.po
po/ru.po
src/LR0.c
src/Makefile.am
src/allocate.c
src/closure.c
src/conflicts.c
src/derives.c
src/files.c
src/getargs.c
src/getargs.h [new file with mode: 0644]
src/lalr.c
src/lex.c
src/machine.h [deleted file]
src/main.c
src/nullable.c
src/output.c
src/print.c
src/reader.c
src/reduce.c
src/symtab.c
src/system.h
src/warshall.c
tests/calc.m4