Skip to content

Commit

Permalink
- Fixed compilation.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11800 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Apr 25, 2012
1 parent f1861b7 commit 994de6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/InstSymbolTable.mo
Expand Up @@ -128,7 +128,7 @@ protected constant DAE.Var BUILTIN_TIME_UNIT = DAE.TYPES_VAR(

protected constant Component BUILTIN_TIME_COMP = InstTypes.TYPED_COMPONENT(
Absyn.IDENT("time"), DAE.T_REAL({BUILTIN_TIME_QUANTITY, BUILTIN_TIME_UNIT},
DAE.emptyTypeSource), InstTypes.NO_PREFIXES(), InstTypes.UNBOUND(),
DAE.emptyTypeSource), InstTypes.NO_DAE_PREFIXES(), InstTypes.UNBOUND(),
Absyn.dummyInfo);

public function create
Expand Down

0 comments on commit 994de6d

Please sign in to comment.