Skip to content

Commit

Permalink
- Fix bootstrapped linking
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8973 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed May 13, 2011
1 parent 36f52f8 commit 802882c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/runtime/System_omc.cpp
Expand Up @@ -582,7 +582,7 @@ extern const char* System_openModelicaPlatform()
return CONFIG_OPENMODELICA_SPEC_PLATFORM;
}

extern void getGCStatus(int *used, int *allocated)
extern void System_getGCStatus(int *used, int *allocated)
{
*used = -1;
*allocated = -1;
Expand Down
2 changes: 2 additions & 0 deletions c_runtime/meta_modelica_builtin.h
Expand Up @@ -150,6 +150,8 @@ arrayUpdate_rettype arrayUpdate(modelica_metatype, modelica_integer, modelica_me
arrayCopy_rettype arrayCopy(modelica_metatype);
arrayAdd_rettype arrayAdd(modelica_metatype, modelica_metatype);

#define boxptr_arrayList arrayList
#define boxptr_arrayCopy arrayCopy
modelica_metatype boxptr_arrayNth(modelica_metatype,modelica_metatype);

/* Misc Operations */
Expand Down

0 comments on commit 802882c

Please sign in to comment.