mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 13:09:16 +02:00
Merged revisions 779 via svnmerge from
/trunk git-svn-id: branches/fixes_2_0@780 -
This commit is contained in:
parent
9b46f6de5f
commit
d7b8935108
@ -1117,7 +1117,7 @@ implementation
|
||||
(hp.resulttype.def.deftype=stringdef) then
|
||||
result:=true
|
||||
else
|
||||
if valid_const in opts then
|
||||
if ([valid_const,valid_addr] * opts = [valid_const]) then
|
||||
result:=true
|
||||
else
|
||||
CGMessagePos(hp.fileinfo,errmsg);
|
||||
|
Loading…
Reference in New Issue
Block a user