]> git.saurik.com Git - bison.git/blobdiff - src/reader.c
* src/LR0.c (state_list_t, state_list_append): New.
[bison.git] / src / reader.c
index 3c1fe2f2341a28348052f87e0fd97c41fbf690b5..6eda2327dd50ef7851a202631622082462e3aeb9 100644 (file)
@@ -162,7 +162,7 @@ free_merger_functions (void)
 
 \f
 /*-------------------------------------------------------------------.
-| Parse the input grammar into a one symbol_list_t structure.  Each    |
+| Parse the input grammar into a one symbol_list_t structure.  Each  |
 | rule is represented by a sequence of symbols: the left hand side   |
 | followed by the contents of the right hand side, followed by a     |
 | null pointer instead of a symbol to terminate the rule.  The next  |