Skip to content

Commit

Permalink
- fixes to boostrapped compilation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8419 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Mar 30, 2011
1 parent 13bdba9 commit 9f69974
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Compiler/runtime/System_omc.cpp
Expand Up @@ -565,4 +565,9 @@ double System_getTimerCummulatedTime()
return timerCummulatedTime;
}

extern int System_uriToClassAndPath(const char *uri, const char **scheme, char **name, char **path)
{
return SystemImpl__uriToClassAndPath(uri, scheme, name, path);
}

}

0 comments on commit 9f69974

Please sign in to comment.