mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 19:12:25 +00:00
removed PromoteIntConstToLInt() function call
This commit is contained in:
parent
75996e2842
commit
076307c0a7
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ MODULE OPV; (* J. Templ 16.2.95 / 3.7.96
|
||||||
IF array^.comp = OPT.DynArr THEN
|
IF array^.comp = OPT.DynArr THEN
|
||||||
design(n^.left, 10); OPM.WriteString("->len["); OPM.WriteInt(dim); OPM.Write("]")
|
design(n^.left, 10); OPM.WriteString("->len["); OPM.WriteInt(dim); OPM.Write("]")
|
||||||
ELSE
|
ELSE
|
||||||
OPM.WriteInt(array^.n); OPM.PromoteIntConstToLInt()
|
OPM.WriteInt(array^.n)
|
||||||
END
|
END
|
||||||
ELSE
|
ELSE
|
||||||
OPC.Len(n^.obj, n^.typ, dim)
|
OPC.Len(n^.obj, n^.typ, dim)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue