mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:09:27 +02:00
------------------------------------------------------------------------
r42206 | pierre | 2019-06-10 13:55:59 +0000 (Mon, 10 Jun 2019) | 1 line Fix error in commit #42199 ------------------------------------------------------------------------ --- Merging r42206 into '.': U compiler/dbgstabx.pas --- Recording mergeinfo for merge of r42206 into '.': U . git-svn-id: branches/fixes_3_2@49423 -
This commit is contained in:
parent
180f6541bd
commit
2930a975fa
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user