Skip to content

Commit

Permalink
Bug 764515 - doxygen crashes no resolved
Browse files Browse the repository at this point in the history
Crash occurred in the rule: <UsingAlias>.   due to the fact that the previous variable was not set by the rule <JavaImport>({ID}{BN}*"."{BN}*)+{ID}
  • Loading branch information
albert-github committed Apr 9, 2016
1 parent 4c03fcc commit 0e45c10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scanner.l
Expand Up @@ -1977,6 +1977,7 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP})
current->section=Entry::USINGDECL_SEC;
}
current_root->addSubEntry(current);
previous = current;
current = new Entry ;
initEntry();
BEGIN(Using);
Expand Down

0 comments on commit 0e45c10

Please sign in to comment.