Do not require NEWLINE at start of doccomment

This commit is contained in:
Marcus Boerger 2004-06-10 11:40:34 +00:00
parent 17a363a8f8
commit eefdd0ea49

View File

@ -1445,7 +1445,7 @@ NEWLINE ("\r"|"\n"|"\r\n")
}
}
<ST_IN_SCRIPTING>"/**"{NEWLINE} {
<ST_IN_SCRIPTING>"/**" {
CG(comment_start_line) = CG(zend_lineno);
BEGIN(ST_DOC_COMMENT);
yymore();