Commit 4407b4cf authored by Dimitri van Heesch's avatar Dimitri van Heesch

Fixed issue handling \elseif after \ifnot

parent 90512d08
...@@ -1860,6 +1860,7 @@ RCSTAG "$"{ID}":"[^\n$]+"$" ...@@ -1860,6 +1860,7 @@ RCSTAG "$"{ID}":"[^\n$]+"$"
{ {
if (!enabledSectionFound && guards.top()->parentVisible()) if (!enabledSectionFound && guards.top()->parentVisible())
{ {
guardType=Guard_If;
delete guards.pop(); delete guards.pop();
BEGIN( GuardParam ); BEGIN( GuardParam );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment