Loading src/commentscan.l +8 −2 Original line number Diff line number Diff line Loading @@ -1842,10 +1842,16 @@ RCSTAG "$"{ID}":"[^\n$]+"$" } else { delete guards.pop(); GuardedSection *s = guards.pop(); bool parentVisible = s->parentVisible(); delete s; if (parentVisible) { enabledSectionFound=TRUE; BEGIN( GuardParamEnd ); } } } <SkipGuardedSection>{CMD}"else"/{NW} { if (guards.isEmpty()) { Loading Loading
src/commentscan.l +8 −2 Original line number Diff line number Diff line Loading @@ -1842,10 +1842,16 @@ RCSTAG "$"{ID}":"[^\n$]+"$" } else { delete guards.pop(); GuardedSection *s = guards.pop(); bool parentVisible = s->parentVisible(); delete s; if (parentVisible) { enabledSectionFound=TRUE; BEGIN( GuardParamEnd ); } } } <SkipGuardedSection>{CMD}"else"/{NW} { if (guards.isEmpty()) { Loading