]> git.saurik.com Git - bison.git/blobdiff - src/conflicts.c
muscle: enforce definition syntax for keyword variables
[bison.git] / src / conflicts.c
index 80ea74a887efb30ec229096db274e84f5f69a21a..184047362064d6da09eef800c6eff2967abaf034 100644 (file)
@@ -403,7 +403,7 @@ conflicts_solve (void)
       set_conflicts (states[i], errors);
 
       /* For uniformity of the code, make sure all the states have a valid
-         `errs' member.  */
+         'errs' member.  */
       if (!states[i]->errs)
         states[i]->errs = errs_new (0, 0);
     }