Loading src/scanner.l +8 −1 Original line number Diff line number Diff line Loading @@ -1355,12 +1355,19 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP}) if (!insidePHP) { current->type += " abstract "; if (!insideJava) { current->virt = Pure; } else { current->spec|=Entry::Abstract; } } else { current->spec|=Entry::Abstract; } lineCount(); } <FindMembers>{B}*"inline"{BN}+ { current->spec|=Entry::Inline; Loading Loading
src/scanner.l +8 −1 Original line number Diff line number Diff line Loading @@ -1355,12 +1355,19 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP}) if (!insidePHP) { current->type += " abstract "; if (!insideJava) { current->virt = Pure; } else { current->spec|=Entry::Abstract; } } else { current->spec|=Entry::Abstract; } lineCount(); } <FindMembers>{B}*"inline"{BN}+ { current->spec|=Entry::Inline; Loading