X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/cd5bd6ac4f0ee29eec5efd5c4659a29c37527c23..d074a105ae56eb6fd898498eda59f3b9fe3c2062:/doc/bison.info-4 diff --git a/doc/bison.info-4 b/doc/bison.info-4 index 60dea696..05b06496 100644 --- a/doc/bison.info-4 +++ b/doc/bison.info-4 @@ -885,10 +885,6 @@ Tuning the parser: `--no-parser' Pretend that `%no_parser' was specified. *Note Decl Summary::. -`-r' -`--raw' - Pretend that `%raw' was specified. *Note Decl Summary::. - `-k' `--token-table' Pretend that `%token_table' was specified. *Note Decl Summary::. @@ -960,7 +956,6 @@ find the corresponding short option. --no-lines -l --no-parser -n --output-file=OUTFILE -o OUTFILE - --raw -r --token-table -k --verbose -v --version -V @@ -1147,11 +1142,6 @@ Bison Symbols Bison declaration to request a pure (reentrant) parser. *Note A Pure (Reentrant) Parser: Pure Decl. -`%raw' - Bison declaration to use Bison internal token code numbers in token - tables instead of the usual Yacc-compatible token code numbers. - *Note Decl Summary::. - `%right' Bison declaration to assign right associativity to token(s). *Note Operator Precedence: Precedence Decl.