Fix error in commit #42199

git-svn-id: trunk@42206 -
This commit is contained in:
pierre 2019-06-10 13:55:59 +00:00
parent 0d97dc7965
commit 49fed0c710

View File

@ -158,7 +158,7 @@ implementation
declstabnr:=def_stab_number(def)
end;
if (symname='') or
not(use_tag_types(def)) then
not(use_tag_prefix(def)) then
begin
st:=def_stabstr_evaluate(def,':$1$2=',[stabchar,declstabnr]);
st:='"'+def_stabstr_evaluate(def,symname,[])+st+ss;