summaryrefslogtreecommitdiffstats
path: root/lex.yy.c.shipped
diff options
context:
space:
mode:
Diffstat (limited to 'lex.yy.c.shipped')
-rw-r--r--lex.yy.c.shipped2
1 files changed, 1 insertions, 1 deletions
diff --git a/lex.yy.c.shipped b/lex.yy.c.shipped
index 519bae2c..1292479f 100644
--- a/lex.yy.c.shipped
+++ b/lex.yy.c.shipped
@@ -4651,7 +4651,7 @@ YY_RULE_SETUP
#line 608 "parser.l"
{
yylval->lineno = yyextra->lineno;
- return yytext[0];
+ return (opt_compat && opt_compat <= 248) ? OLD_AT : '@';
}
YY_BREAK
case 57: