diff options
Diffstat (limited to 'src/scanner.l')
-rw-r--r-- | src/scanner.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scanner.l b/src/scanner.l index dfe8777..f56d880 100644 --- a/src/scanner.l +++ b/src/scanner.l @@ -2358,6 +2358,7 @@ IDLATTR ("["[^\]]*"]"){BN}* } } <ReadBody>"}"{BN}+"typedef"{BN}+ { //err("ReadBody count=%d\n",curlyCount); + lineCount(); if ( curlyCount>0 ) { current->program += yytext ; @@ -2365,7 +2366,6 @@ IDLATTR ("["[^\]]*"]"){BN}* } else { - lineCount(); isTypedef = TRUE; current->endBodyLine = yyLineNr; QCString &cn = current->name; |