Skip to content

Commit

Permalink
Fixed makefiles for linux
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3833 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Otto Tronarp committed Jan 30, 2009
1 parent 38be98d commit 93cde07
Show file tree
Hide file tree
Showing 3 changed files with 2,653 additions and 2,123 deletions.
11 changes: 4 additions & 7 deletions Compiler/runtime/systemimpl.c
Expand Up @@ -2808,13 +2808,6 @@ RML_BEGIN_LABEL(System__compileCFile)
RML_END_LABEL


RML_BEGIN_LABEL(System__getExeExt)
{
rmlA0 = (void*) mk_scon("");
RML_TAILCALLK(rmlSC);
}
RML_END_LABEL

RML_BEGIN_LABEL(System__systemCall)
{
int ret_val;
Expand Down Expand Up @@ -3157,6 +3150,7 @@ RML_BEGIN_LABEL(System__getVariableNames)
}
RML_END_LABEL

#if 0
void* read_one_value_from_file(FILE* file, type_description* desc)
{
void *res=NULL;
Expand Down Expand Up @@ -3309,6 +3303,7 @@ RML_BEGIN_LABEL(System__readValuesFromFile)
RML_TAILCALLK(rmlSC);
}
RML_END_LABEL
#endif

RML_BEGIN_LABEL(System__readPtolemyplotDataset)
{
Expand Down Expand Up @@ -3581,6 +3576,7 @@ int next_intelt(int *arr)
else return arr[curpos++];
}

#if 0
void* generate_array(char type, int curdim, type_description *desc, void *data)

{
Expand Down Expand Up @@ -3618,6 +3614,7 @@ void* generate_array(char type, int curdim, type_description *desc, void *data)
}
return lst;
}
#endif

char* class_names_for_simulation = NULL;
RML_BEGIN_LABEL(System__getClassnamesForSimulation)
Expand Down

0 comments on commit 93cde07

Please sign in to comment.