mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 13:59:28 +02:00
* fixed comment typo
git-svn-id: trunk@35307 -
This commit is contained in:
parent
9cd707a27a
commit
99a1847e2f
@ -1661,8 +1661,8 @@ implementation
|
||||
subn,
|
||||
addn :
|
||||
begin
|
||||
{ Allow operators on a pointer, or an integer
|
||||
and a pointer typecast and deref has been found }
|
||||
{ Allow operators on a pointer, or on an integer
|
||||
if a pointer typecast and deref have been found }
|
||||
if ((hp.resultdef.typ=pointerdef) or
|
||||
(is_integer(hp.resultdef) and gotpointer)) and
|
||||
gotderef then
|
||||
|
Loading…
Reference in New Issue
Block a user