]> git.saurik.com Git - bison.git/blobdiff - src/conflicts.c
c++: style: use "unsigned", not "unsigned int"
[bison.git] / src / conflicts.c
index 80ea74a887efb30ec229096db274e84f5f69a21a..7d00d7779c90849083766c1c7b34a099b3dd662d 100644 (file)
@@ -1,6 +1,6 @@
 /* Find and resolve or report lookahead conflicts for bison,
 
-   Copyright (C) 1984, 1989, 1992, 2000-2013 Free Software Foundation,
+   Copyright (C) 1984, 1989, 1992, 2000-2015 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
@@ -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);
     }