mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 08:13:02 +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:
@@ -84,7 +84,7 @@ static void fail_for_invalid_at (char const *at);
|
||||
"@output(" at_init (&argc, argv, &at_ptr, &at_output);
|
||||
|
||||
/* This pattern must not match more than the previous @ patterns. */
|
||||
@[^@{}\'(\n]* fail_for_invalid_at (yytext);
|
||||
@[^@{}''(\n]* fail_for_invalid_at (yytext);
|
||||
\n out_lineno++; ECHO;
|
||||
[^@\n]+ ECHO;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user