mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 18:29:13 +02:00
* fixed webtbf/tw4244
git-svn-id: trunk@779 -
This commit is contained in:
parent
3b2868feaf
commit
ac445c97c1
@ -1118,7 +1118,7 @@ implementation
|
|||||||
(hp.resulttype.def.deftype=stringdef) then
|
(hp.resulttype.def.deftype=stringdef) then
|
||||||
result:=true
|
result:=true
|
||||||
else
|
else
|
||||||
if valid_const in opts then
|
if ([valid_const,valid_addr] * opts = [valid_const]) then
|
||||||
result:=true
|
result:=true
|
||||||
else
|
else
|
||||||
CGMessagePos(hp.fileinfo,errmsg);
|
CGMessagePos(hp.fileinfo,errmsg);
|
||||||
|
Loading…
Reference in New Issue
Block a user