mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 07:59:27 +02:00
- remove whitespace, was inserted by accident
git-svn-id: trunk@35760 -
This commit is contained in:
parent
7b3275e2cd
commit
e78f0aafcd
@ -675,9 +675,7 @@ implementation
|
||||
updated to handle them as well }
|
||||
if (right.nodetype in [notn,unaryminusn]) and
|
||||
(tunarynode(right).left.isequal(left)) and
|
||||
|
||||
is_integer(tunarynode(right).left.resultdef) and
|
||||
|
||||
((localswitches*[cs_check_overflow,cs_check_range])=[]) and
|
||||
((right.localswitches*[cs_check_overflow,cs_check_range])=[]) and
|
||||
valid_for_var(tunarynode(right).left,false) and
|
||||
|
Loading…
Reference in New Issue
Block a user