]> git.saurik.com Git - bison.git/blobdiff - src/state.c
Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
[bison.git] / src / state.c
index 92180895c3ffd6fb02d13470d3aa147b23b41ae6..bdf2586b22429e492bac771276a84bbc5137c942 100644 (file)
@@ -122,7 +122,7 @@ reductions_new (int num, rule_number_t *reductions)
 
 state_number_t nstates = 0;
 /* FINAL_STATE is properly set by new_state when it recognizes its
-   accessing symbol: EOF.  */
+   accessing symbol: $end.  */
 state_t *final_state = NULL;
 
 #define STATE_ALLOC(Nitems)                                            \