]> git.saurik.com Git - bison.git/blobdiff - src/main.c
entered into RCS
[bison.git] / src / main.c
index dc53fd81a6c8d9f45e4ff0e93ec79321e6acda38..ac11f93f60941bdd1700050f1eaafe5f8b35fa20 100644 (file)
@@ -71,8 +71,7 @@ char *argv[];
 
   /* Find and record any conflicts: places where one token of lookahead is not
      enough to disambiguate the parsing.  In file conflicts.
-     Currently this does not do anything to resolve them;
-     the trivial form of conflict resolution that exists is done in output.  */
+     Also resolve s/r conflicts based on precedence declarations.  */
   initialize_conflicts();
 
   /* print information about results, if requested.  In file print. */