Commit 09a5fc19 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Fixed problem handling Obj-C protocol list when proceeded by a newline

parent a6426297
......@@ -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;
......
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