return [ and ] characters

svn path=/trunk/yasm/; revision=503
0.3
Michael Urman 23 years ago
parent 944853f03a
commit 2c051baa0b
  1. 2
      modules/preprocs/yapp/yapp-token.l
  2. 2
      src/preprocs/yapp/yapp-token.l

@ -283,7 +283,7 @@ DIR %[ \t]*
\n { line_number++; return '\n'; }
[-+*/,()] { return yytext[0]; }
[][+*/,()-] { return yytext[0]; }
. {
Warning(_("ignoring unrecognized character `%s'"),

@ -283,7 +283,7 @@ DIR %[ \t]*
\n { line_number++; return '\n'; }
[-+*/,()] { return yytext[0]; }
[][+*/,()-] { return yytext[0]; }
. {
Warning(_("ignoring unrecognized character `%s'"),

Loading…
Cancel
Save