mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 23:33:03 +00:00
style: avoid gettextize warnings
* src/scan-gram.l, src/scan-skel.l: Help it see the start and end of "character literals".
This commit is contained in:
@@ -380,7 +380,7 @@ eqopt ({sp}=)?
|
||||
BEGIN SC_BRACKETED_ID;
|
||||
}
|
||||
|
||||
[^\[%A-Za-z0-9_<>{}\"\'*;|=/, \f\r\n\t\v]+|. {
|
||||
[^\[%A-Za-z0-9_<>{}""''*;|=/, \f\r\n\t\v]+|. {
|
||||
complain (loc, complaint, "%s: %s",
|
||||
ngettext ("invalid character", "invalid characters", yyleng),
|
||||
quote_mem (yytext, yyleng));
|
||||
|
||||
Reference in New Issue
Block a user