Skip to content

Commit

Permalink
Make eq_functionXX static
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15324 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Feb 26, 2013
1 parent 878156e commit 5f32c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Template/CodegenC.tpl
Expand Up @@ -2283,7 +2283,7 @@ template equation_(SimEqSystem eq, Context context, Text &varDecls /*BUFP*/, Tex
<<

<%tempeqns%>
void eqFunction_<%ix%>(DATA *data)
static void eqFunction_<%ix%>(DATA *data)
{
<%&varD%>
<%x%>
Expand Down

0 comments on commit 5f32c3a

Please sign in to comment.