Skip to content

Commit

Permalink
- setStackOverflowSignal is now inlined in bootstrapped omc
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10940 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jan 23, 2012
1 parent c5ed3e6 commit 8dffb4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Compiler/FrontEnd/MetaModelicaBuiltin.mo
Expand Up @@ -863,7 +863,8 @@ function setStackOverflowSignal
"Sets the stack overflow signal to the given value and returns the old one"
input Boolean inSignal;
output Boolean outSignal;
annotation(__OpenModelica_Impure = true);
external "builtin";
annotation(__OpenModelica_Impure = true, __OpenModelica_EarlyInline = true);
algorithm
outSignal := inSignal;
end setStackOverflowSignal;

0 comments on commit 8dffb4f

Please sign in to comment.