|
@@ -487,6 +487,8 @@ implementation
|
|
begin
|
|
begin
|
|
if tordconstnode(p2).value>constsethi then
|
|
if tordconstnode(p2).value>constsethi then
|
|
constsethi:=tordconstnode(p2).value;
|
|
constsethi:=tordconstnode(p2).value;
|
|
|
|
+ if tordconstnode(p2).value<constsetlo then
|
|
|
|
+ constsetlo:=tordconstnode(p2).value;
|
|
if hdef=nil then
|
|
if hdef=nil then
|
|
hdef:=p2.resultdef;
|
|
hdef:=p2.resultdef;
|
|
end
|
|
end
|