|
@@ -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);
|