Skip to content

Commit

Permalink
* issue #60: * OPB.Promote: - type conversion for Char & String.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg-N-Cher committed Mar 24, 2019
1 parent 71db252 commit 2591a61
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified Bin/ofront+.exe
Binary file not shown.
Binary file modified Mod/OPB.odc
Binary file not shown.
2 changes: 1 addition & 1 deletion Mod/OfrontOPB.Mod
Expand Up @@ -507,7 +507,7 @@ MODULE OfrontOPB; (* RC 6.3.89 / 21.2.94 *) (* object model 17.1.93 *)
ELSE err(100)
END
END;
IF ~(f IN {NilTyp, Pointer, ProcTyp, Comp}) THEN
IF ~(f IN {NilTyp, Pointer, ProcTyp, Comp, Char, String}) THEN
IF g # new^.form THEN Convert(right, new) END;
IF f # new^.form THEN Convert(left, new) END
END
Expand Down
2 changes: 1 addition & 1 deletion Mod/Text/OPB.txt
Expand Up @@ -601,7 +601,7 @@
ELSE err(100)
END
END;
IF ~(f IN {NilTyp, Pointer, ProcTyp, Comp}) THEN
IF ~(f IN {NilTyp, Pointer, ProcTyp, Comp, Char, String}) THEN
IF g # new^.form THEN Convert(right, new) END;
IF f # new^.form THEN Convert(left, new) END
END
Expand Down

0 comments on commit 2591a61

Please sign in to comment.