Skip to content

Commit

Permalink
fixed compilation error.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1256 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Peter Aronsson committed Sep 27, 2004
1 parent 4a5c675 commit a3f9cb7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions modeq/modpar/TaskGraphExt_stub.cpp
Expand Up @@ -124,5 +124,25 @@ extern "C"
}
RML_END_LABEL

RML_BEGIN_LABEL(TaskGraphExt__add_5finitstate)
{
errormsg();
RML_TAILCALLK(rmlFC);
}
RML_END_LABEL

RML_BEGIN_LABEL(TaskGraphExt__add_5finitparam)
{
errormsg();
RML_TAILCALLK(rmlFC);
}
RML_END_LABEL

RML_BEGIN_LABEL(TaskGraphExt__add_5finitvar)
{
errormsg();
RML_TAILCALLK(rmlFC);
}
RML_END_LABEL

} // extern "C"

0 comments on commit a3f9cb7

Please sign in to comment.