X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/7d6bad195977b0204fc8406cac57cf5a4f1c769b..026816664ff8283a55f91915843a8ff0ac5cf86c:/src/reduce.c diff --git a/src/reduce.c b/src/reduce.c index 9f9a82d2..eea11b1e 100644 --- a/src/reduce.c +++ b/src/reduce.c @@ -49,7 +49,7 @@ static bitset P; static bitset V; /* Set of symbols used to define rule precedence (so they are - `useless', but no warning should be issued). */ + 'useless', but no warning should be issued). */ static bitset V1; static rule_number nuseful_productions;