]> git.saurik.com Git - bison.git/commitdiff
entered into RCS
authorRichard M. Stallman <rms@gnu.org>
Fri, 25 Mar 1994 22:52:41 +0000 (22:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 25 Mar 1994 22:52:41 +0000 (22:52 +0000)
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. */