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$]+"$"
{
if (!enabledSectionFound && guards.top()->parentVisible())
{
guardType=Guard_If;
delete guards.pop();
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