Skip to content

Commit

Permalink
Fixed problem handling Obj-C protocol list when proceeded by a newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Jan 12, 2014
1 parent a642629 commit 09a5fc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scanner.l
Expand Up @@ -5771,7 +5771,8 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP})
specName = &current->name;
BEGIN ( Specialization );
}
<Bases>"<" {
<Bases>{BN}*"<" {
lineCount();
sharpCount=1;
roundCount=0;
lastSkipSharpContext = YY_START;
Expand Down

0 comments on commit 09a5fc1

Please sign in to comment.