Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 Oct 2002 08:43:36 +0000 (08:43 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 Oct 2002 08:43:36 +0000 (08:43 +0000)
commitb56471a6890db1598d1ed1877b5d01c6b9678243
treec259448a1e8fb6b413cbdfda8f9b10bbfe90bc74
parent1318e37d587d59dd1137aea238d3b6d952ba3676
Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
so that the commands still work even if POSIXLY_CORRECT is set.
doc/bison.texinfo
tests/actions.at
tests/calc.at
tests/conflicts.at
tests/cxx-type.at
tests/headers.at
tests/input.at
tests/regression.at
tests/synclines.at
tests/torture.at