Skip to content

Commit

Permalink
removed some swearing
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1355 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x02lucpo committed Nov 24, 2004
1 parent 866f72a commit 42a3e9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modeq/staticexp.rml
Expand Up @@ -3589,7 +3589,6 @@ relation compute_return_type : (Exp.Operator, Types.Type list, Types.Type) => Ty
compute_return_type (Exp.SUB_ARR(_),[typ1,typ2],_) => fail

rule Types.subtype(typ1,typ2) => true &
Print.print_buf "# *: detta suger kuk " &
Types.print_type typ1 & Print.print_buf ", " & Types.print_type typ2 & Print.print_buf ",rtype " & Types.print_type rtype &
Print.print_buf "\n"
-----------------------------
Expand All @@ -3598,7 +3597,6 @@ relation compute_return_type : (Exp.Operator, Types.Type list, Types.Type) => Ty
rtype) => rtype

rule Types.subtype(typ1,typ2) => true &
Print.print_buf "# *: detta suger pung " &
Types.print_type typ1 & Print.print_buf ", " & Types.print_type typ2 & Print.print_buf ",rtype " & Types.print_type rtype &
Print.print_buf "\n"
-----------------------------
Expand Down

0 comments on commit 42a3e9e

Please sign in to comment.