Skip to content

Commit

Permalink
Merge pull request #575 from okellogg/master
Browse files Browse the repository at this point in the history
Address #571 TAO_IDL annotations: lexing/parsing separation of responsibilities
  • Loading branch information
mitza-oci committed Feb 20, 2018
2 parents b3a525b + fb90ac5 commit 502d442
Show file tree
Hide file tree
Showing 4 changed files with 2,772 additions and 2,755 deletions.
3 changes: 0 additions & 3 deletions TAO/TAO_IDL/fe/idl.ll
Expand Up @@ -403,9 +403,6 @@ L"'"\\u([0-9a-fA-F]{1,4})"'" {
}
break;
}
@ ?[A-Za-z][A-Za-z0-9_]*[ \t]*(\([^)]+\))? {
break;
}
[ \t]* break;
{NL} {
idl_global->set_lineno (idl_global->lineno () + 1);
Expand Down

0 comments on commit 502d442

Please sign in to comment.