|
@@ -565,7 +565,7 @@ implementation
|
|
just associated to pointer types }
|
|
just associated to pointer types }
|
|
use_tag_prefix:=(def.typ in tagtypes) and
|
|
use_tag_prefix:=(def.typ in tagtypes) and
|
|
((def.typ<>stringdef) or
|
|
((def.typ<>stringdef) or
|
|
- (tstringdef(tdef).stringtype in [st_shortstring,st_longstring]));
|
|
|
|
|
|
+ (tstringdef(def).stringtype in [st_shortstring,st_longstring]));
|
|
end;
|
|
end;
|
|
|
|
|
|
|
|
|