That's slightly clearer that way :)

This commit is contained in:
Zeev Suraski 2001-05-17 16:33:45 +00:00
parent c34896aba8
commit 5b12d6077e

View File

@ -1088,8 +1088,7 @@ NEWLINE ("\r"|"\n"|"\r\n")
<INITIAL>"<%="|"<?=" {
if ((yytext[1]=='%' && CG(asp_tags))
|| (yytext[1]=='?' && CG(short_tags))) {
if ((yytext[1]=='%' && CG(asp_tags)) || (yytext[1]=='?' && CG(short_tags))) {
zendlval->value.str.val = yytext; /* no copying - intentional */
zendlval->value.str.len = yyleng;
zendlval->type = IS_STRING;