Skip to content

Commit

Permalink
- Functions are also classes.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20099 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Apr 11, 2014
1 parent 0da4280 commit a19abca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/FrontEnd/NFLookup.mo
Expand Up @@ -461,6 +461,7 @@ algorithm
case (STATE_PACKAGE(), STATE_CLASS(), _, _, _) then ();
case (STATE_CLASS(), STATE_CLASS(), _, _, _) then ();
case (STATE_PREDEF_CLASS(), STATE_CLASS(), _, _, _) then ();
case (STATE_FUNC(), STATE_CLASS(), _, _, _) then ();
case (STATE_FUNC(), STATE_FUNC(), _, _, _) then ();
case (STATE_COMP_FUNC(), STATE_FUNC(), _, _, _) then ();

Expand Down

0 comments on commit a19abca

Please sign in to comment.