mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 22:09:28 +01:00
* fixed make cycle
git-svn-id: trunk@3871 -
This commit is contained in:
parent
5fa53a1a8c
commit
6387c36346
@ -110,13 +110,15 @@ implementation
|
||||
if is_constintnode(right) then
|
||||
begin
|
||||
if tordconstnode(right).value = 1 then
|
||||
case nodetype of
|
||||
modn:
|
||||
result := cordconstnode.create(0,left.resulttype,true);
|
||||
divn:
|
||||
result := left.getcopy;
|
||||
begin
|
||||
case nodetype of
|
||||
modn:
|
||||
result := cordconstnode.create(0,left.resulttype,true);
|
||||
divn:
|
||||
result := left.getcopy;
|
||||
end;
|
||||
exit;
|
||||
end;
|
||||
exit;
|
||||
end;
|
||||
|
||||
if is_constintnode(right) and is_constintnode(left) then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user