Skip to content

Commit

Permalink
Bug 787952 - Problem parsing c++ gnu::visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Nov 9, 2017
1 parent 8195610 commit d8001ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scanner.l
Expand Up @@ -6574,7 +6574,7 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP})
}
<SkipComment>[^\*\n]+

"[[" { // C++11 attribute
<*>"[[" { // C++11 attribute
lastC11AttributeContext = YY_START;
BEGIN( SkipC11Attribute );
}
Expand Down

0 comments on commit d8001ef

Please sign in to comment.