Updated Swedish translations for GAS and LD
[deliverable/binutils-gdb.git] / binutils / deflex.l
index de09b6157efcf2f1a40015a5c10c9cccd0188e3c..b85c21719f4d5373efe8ca2ff054bd975feeffe1 100644 (file)
@@ -63,7 +63,7 @@ int linenumber;
 [0-9][x0-9A-Fa-f]* { yylval.number = strtol (yytext,0,0);
                return NUMBER; }
 
-(@)?[A-Za-z$:\-\_?][A-Za-z0-9/$:\<\>\-\_@?]* {
+(@)?[A-Za-z$:\-\_?][A-Za-z0-9/$:\<\>\-\_@?+]* {
                yylval.id =  xstrdup (yytext);
                return ID;
                }
This page took 0.022684 seconds and 4 git commands to generate.