mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
* doc/bison.texinfo (Bison Options): Escape @' in $@'.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2003-11-18 Alexandre Duret-Lutz <adl@gnu.org>
|
||||
|
||||
* doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
|
||||
|
||||
2003-10-07 Paul Eggert <eggert@twinsun.com>
|
||||
|
||||
* tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
|
||||
|
||||
@@ -6214,7 +6214,7 @@ compatibility with @acronym{POSIX}:
|
||||
|
||||
@example
|
||||
#! /bin/sh
|
||||
bison -y "$@"
|
||||
bison -y "$@@"
|
||||
@end example
|
||||
@end table
|
||||
|
||||
|
||||
Reference in New Issue
Block a user