mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 16:49:00 +02:00
* fixed copy&paste error of r45658
git-svn-id: trunk@45659 -
This commit is contained in:
parent
2e36783d0e
commit
a2303bd899
@ -190,7 +190,7 @@ implementation
|
||||
ncl, ncr: longint;
|
||||
begin
|
||||
{ calculate boolean AND and OR from left to right if it's short boolean evaluted }
|
||||
if (p.nodetype in [orn,andn]) and is_boolean(p.left.resultdef) and is_boolean(p.left.resultdef) and doshortbooleval(p) then
|
||||
if (p.nodetype in [orn,andn]) and is_boolean(p.left.resultdef) and is_boolean(p.right.resultdef) and doshortbooleval(p) then
|
||||
begin
|
||||
if nf_swapped in p.flags then
|
||||
internalerror(200709253);
|
||||
|
Loading…
Reference in New Issue
Block a user