- Fix doc comment handling

This commit is contained in:
Marcus Boerger 2005-02-13 13:50:48 +00:00
parent 0a9e940ab7
commit e3a5c9f1d7

View File

@ -1167,6 +1167,7 @@ NEWLINE ("\r"|"\n"|"\r\n")
<ST_IN_SCRIPTING>"}" {
RESET_DOC_COMMENT();
/* This is a temporary fix which is dependant on flex and it's implementation */
if (yy_start_stack_ptr) {
yy_pop_state(TSRMLS_C);