Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
4407b4cf
Commit
4407b4cf
authored
Jul 14, 2013
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed issue handling \elseif after \ifnot
parent
90512d08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
commentscan.l
src/commentscan.l
+1
-0
No files found.
src/commentscan.l
View file @
4407b4cf
...
@@ -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 );
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment