X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/4119d1ea60b56e73606fa2c6404c573be3ea3112..f1526426cddd0aaef7f54c583b5a8651f2dad482:/src/muscle-tab.c diff --git a/src/muscle-tab.c b/src/muscle-tab.c index 1a1ada08..8060a2c2 100644 --- a/src/muscle-tab.c +++ b/src/muscle-tab.c @@ -1,6 +1,6 @@ /* Muscle table manager for Bison. - Copyright (C) 2001-2012 Free Software Foundation, Inc. + Copyright (C) 2001-2013 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -254,7 +254,7 @@ muscle_find (char const *key) } -/* In the format `file_name:line.column', append BOUND to MUSCLE. Use +/* In the format 'file_name:line.column', append BOUND to MUSCLE. Use digraphs for special characters in the file name. */ static void @@ -270,7 +270,7 @@ muscle_boundary_grow (char const *key, boundary bound) } -/* In the format `[[file_name:line.column]], [[file_name:line.column]]', +/* In the format '[[file_name:line.column]], [[file_name:line.column]]', append LOC to MUSCLE. Use digraphs for special characters in each file name. */ @@ -523,8 +523,8 @@ muscle_percent_define_ensure (char const *variable, location loc, char const *val = value ? "" : "false"; char const *name = UNIQSTR_CONCAT ("percent_define(", variable, ")"); - /* %pure-parser is deprecated in favor of `%define api.pure', so use - `%define api.pure' in a backward-compatible manner here. First, + /* %pure-parser is deprecated in favor of '%define api.pure', so use + '%define api.pure' in a backward-compatible manner here. First, don't complain if %pure-parser is specified multiple times. */ if (!muscle_find_const (name)) muscle_percent_define_insert (variable, loc, val, @@ -664,7 +664,7 @@ muscle_percent_define_check_values (char const * const *values) quote (*variablep), quote_n (1, value)); i += SUB_INDENT; for (values = variablep + 1; *values; ++values) - complain_indent (&loc, complaint | no_caret, &i, + complain_indent (&loc, complaint | no_caret | silent, &i, _("accepted value: %s"), quote (*values)); } else