1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 09:03:04 +02:00

- No reason to handle newlines here.

This commit is contained in:
Andi Gutmans
1999-04-29 20:58:29 +00:00
parent d90ea1a136
commit 95e2e023fb

View File

@@ -905,7 +905,6 @@ ESCAPED_AND_WHITESPACE [\n\t\r #'.:;,()|^&+-/*=%!~<>?@]+
<INITIAL>"<%=" {
HANDLE_NEWLINES(yytext,yyleng);
if (CG(asp_tags)) {
zendlval->value.str.val = yytext; /* no copying - intentional */
zendlval->value.str.len = yyleng;
@@ -922,7 +921,6 @@ ESCAPED_AND_WHITESPACE [\n\t\r #'.:;,()|^&+-/*=%!~<>?@]+
<INITIAL>"<%" {
HANDLE_NEWLINES(yytext,yyleng);
if (CG(asp_tags)) {
zendlval->value.str.val = yytext; /* no copying - intentional */
zendlval->value.str.len = yyleng;