]> git.saurik.com Git - bison.git/commitdiff
* 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)
* 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.


No differences found