]> git.saurik.com Git - bison.git/blobdiff - src/tables.h
* src/output.c (prepare): Move the definition of `tokens_number',
[bison.git] / src / tables.h
index 27ff7b54faef73a32eb28e495a2d737dc9b1e456..92b4605eb19c069e67732d413e79babe266992c9 100644 (file)
    default (from YYDEFACT or YYDEFGOTO) should be used.  Otherwise,
    YYTABLE[P+I] should be used.
 
-   YYFINAL = the state number of the termination state.  YYFLAG = most
-   negative short int.  Used to flag ??  */
+   YYFINAL = the state number of the termination state.
+
+   YYLAST ( = high) the number of the last element of YYTABLE, i.e.,
+   sizeof (YYTABLE) - 1.  */
 
 extern int nvectors;