summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/commentscan.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commentscan.l b/src/commentscan.l
index 9a51e6b..1617313 100644
--- a/src/commentscan.l
+++ b/src/commentscan.l
@@ -1860,6 +1860,7 @@ RCSTAG "$"{ID}":"[^\n$]+"$"
{
if (!enabledSectionFound && guards.top()->parentVisible())
{
+ guardType=Guard_If;
delete guards.pop();
BEGIN( GuardParam );
}