]> git.saurik.com Git - bison.git/blobdiff - doc/bison.info-3
Add.
[bison.git] / doc / bison.info-3
index 66b519a75ee8906ea028b8a2125c4ba30d76e0f8..06106f47218d95e82f0abe618b3ba6ce399dbe85 100644 (file)
@@ -531,13 +531,6 @@ Bison Declaration Summary
      called `foo.tab.c' by default.  As a consequence, the verbose
      output file is called `foo.output'.
 
-`%raw'
-     The output file `NAME.h' normally defines the tokens with
-     Yacc-compatible token numbers.  If this option is specified, the
-     internal Bison numbers are used instead.  (Yacc-compatible numbers
-     start at 257 except for single-character tokens; Bison assigns
-     token numbers sequentially for all tokens starting at 3.)
-
 `%token_table'
      Generate an array of token names in the parser file.  The name of
      the array is `yytname'; `yytname[I]' is the name of the token