Skip to content

Commit

Permalink
Added integer_rettype to modelica.h.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2770 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Peter Aronsson committed Apr 13, 2007
1 parent 19e6b0f commit 4567033
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions c_runtime/modelica.h
Expand Up @@ -93,6 +93,7 @@ typedef modelica_real abs_rettype;
typedef modelica_real max_rettype;
typedef modelica_real min_rettype;


/* Special Modelica builtin functions*/
typedef modelica_real pre_rettype;
typedef modelica_real edge_rettype;
Expand All @@ -101,6 +102,7 @@ typedef modelica_real noEvent_rettype;
typedef modelica_real floor_rettype;
typedef modelica_real ceil_rettype;
typedef modelica_real sample_rettype;
typedef modelica_integer integer_rettype;

#if defined(__cplusplus)
}
Expand Down

0 comments on commit 4567033

Please sign in to comment.