Skip to content

Commit

Permalink
- Fixed compilation of bootstrapped compiler.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9640 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Aug 16, 2011
1 parent 378877d commit 262a3bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions c_runtime/meta/meta_modelica_builtin.h
Expand Up @@ -126,6 +126,7 @@ modelica_metatype boxptr_listGet(modelica_metatype,modelica_metatype);
modelica_metatype boxptr_listFirst(modelica_metatype);
modelica_metatype boxptr_listRest(modelica_metatype);
#define boxptr_listReverse listReverse
#define boxptr_listMember listMember

/* Option Operations */
typedef modelica_boolean optionNone_rettype;
Expand Down

0 comments on commit 262a3bc

Please sign in to comment.