Skip to content

Commit

Permalink
Fix bootstrapping
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16838 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Aug 19, 2013
1 parent 05e4ab6 commit 386c282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Compiler/runtime/Settings_omc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
#endif

#include "meta_modelica.h"
#include "ModelicaUtilities.h"

extern "C" {

#include "settingsimpl.c"
#include "ModelicaUtilities.h"

extern const char* Settings_getInstallationDirectoryPath()
{
Expand Down
2 changes: 1 addition & 1 deletion Compiler/runtime/UnitParserExt_omc.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/* External interface for UnitParserExt module */
#include "unitparser.h"
#include "unitparserext.cpp"
#include "ModelicaUtilities.h"

extern "C"
{

#include "meta_modelica.h"
#include "ModelicaUtilities.h"

const char* UnitParserExt_unit2str(void *nums, void *denoms, void *tpnoms, void *tpdenoms, void *tpstrs)
{
Expand Down

0 comments on commit 386c282

Please sign in to comment.