Skip to content

Commit

Permalink
- SCode.restrString: Added metarecord and uniontype restrictions.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4757 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jan 8, 2010
1 parent 638cab1 commit 0afa330
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Compiler/SCode.mo
Expand Up @@ -745,6 +745,8 @@ algorithm
case R_FUNCTION() then "FUNCTION";
case R_EXT_FUNCTION() then "EXTFUNCTION";
case R_ENUMERATION() then "ENUMERATION";
case R_METARECORD(_,_) then "METARECORD";
case R_UNIONTYPE() then "UNIONTYPE";
// predefined types
case R_PREDEFINED_INT() then "PREDEFINED_INT";
case R_PREDEFINED_REAL() then "PREDEFINED_REAL";
Expand Down

0 comments on commit 0afa330

Please sign in to comment.