Skip to content

Commit

Permalink
Fixed a bug in the Modelica spec
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@97 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x97davka committed Feb 2, 1998
1 parent bb892b1 commit 33fe431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modeq/absyn.rml
Expand Up @@ -15,7 +15,7 @@ module Absyn:
datatype ArrayDim = ONEDIM of Subscript
| TWODIM of Subscript*Subscript

datatype ElementArg = MODIFICATION of bool * ComponentRef * Modification
datatype ElementArg = MODIFICATION of bool * Path * Modification
| REDECLARATION of bool * ElementSpec

and Modification = CLASSMOD of ElementArg list
Expand Down
2 changes: 1 addition & 1 deletion modeq/dump.rml
Expand Up @@ -250,7 +250,7 @@ and dump_element_arg =

rule print "ARG(" &
dump_select(f,"FINAL,",",") &
dump_component_ref(r) &
path_string(r) => s & print s &
dump_modification(m) &
print ")"
-------------------------------------------
Expand Down

0 comments on commit 33fe431

Please sign in to comment.