Skip to content

Commit

Permalink
- fix to bootstrapped compiler
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10317 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Nov 7, 2011
1 parent ff9527b commit cbbe21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/runtime/systemimpl.c
Expand Up @@ -1603,7 +1603,7 @@ extern int SystemImpl__reopenStandardStream(int id,const char *filename)
return 1;
}

extern int SystemImpl_setStackOverflowSignal(int stackOverflow)
extern int SystemImpl__setStackOverflowSignal(int stackOverflow)
{
return stackOverflow;
}
Expand Down

0 comments on commit cbbe21e

Please sign in to comment.