]> git.saurik.com Git - bison.git/blobdiff - src/reader.c
change more quotes in source, and adjust tests to match
[bison.git] / src / reader.c
index ce5e92ffc3ce7a302b62c3d901bf28f9c9198b00..60fe7bd03b70aeccb15cc6f3ee393649b8070851 100644 (file)
@@ -130,7 +130,7 @@ record_merge_function_type (int merger, uniqstr type, location declaration_loc)
   if (merge_function->type != NULL && !UNIQSTR_EQ (merge_function->type, type))
     {
       complain_at (declaration_loc,
-                   _("result type clash on merge function `%s': <%s> != <%s>"),
+                   _("result type clash on merge function '%s': <%s> != <%s>"),
                    merge_function->name, type, merge_function->type);
       complain_at (merge_function->type_declaration_location,
                    _("previous declaration"));