mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 21:49:06 +02:00
Correct check of stringtype inside use_tag_prefix function
git-svn-id: trunk@48140 -
This commit is contained in:
parent
000de377b9
commit
4fd1c9ec42
@ -571,7 +571,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;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user