From 99a1847e2fdf36d368232c94d9f2893190f5c8b3 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Sun, 15 Jan 2017 16:32:47 +0000 Subject: [PATCH] * fixed comment typo git-svn-id: trunk@35307 - --- compiler/htypechk.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/htypechk.pas b/compiler/htypechk.pas index 52992108f8..d15037feb8 100644 --- a/compiler/htypechk.pas +++ b/compiler/htypechk.pas @@ -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