Fixed parsing problem

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403721
This commit is contained in:
Davis King 2010-07-06 02:04:59 +00:00
parent 025c00c8dd
commit ca5de1e93e
1 changed files with 4 additions and 1 deletions

View File

@ -689,8 +689,11 @@ void process_file (
if (paren_count == 0)
{
recently_seen_paren_0 = true;
if (scopes.top() == 0)
{
last_full_declaration = token_accum;
}
}
recently_seen_new_scope = false;
at_top_of_new_scope = false;