From: Akim Demaille Date: Tue, 19 Sep 2000 18:10:41 +0000 (+0000) Subject: * src/output.c: Formatting changes. X-Git-Tag: BISON-1_28b~131 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/ceed8467b7db3615d3c9bfa9f3e5525d54c6a161?ds=inline;hp=ceed8467b7db3615d3c9bfa9f3e5525d54c6a161 * 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. ---