From 45ebe9b10b96c86d0bb42c1fe72ee25b5629776a Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 25 Jan 2004 12:37:15 +0000 Subject: [PATCH] * Last commit broke debug info for records. Fixed. --- compiler/symdef.pas | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/compiler/symdef.pas b/compiler/symdef.pas index 5c75a6ba2a..54678363c5 100644 --- a/compiler/symdef.pas +++ b/compiler/symdef.pas @@ -3179,6 +3179,7 @@ implementation strpcopy(stabRecString,'s'+tostr(size)); RecOffset := 0; symtable.foreach({$ifdef FPCPROCVAR}@{$endif}addname,nil); + strpcopy(strend(StabRecString),';'); reallocmem(stabrecstring,strlen(stabrecstring)); stabstring:=stabrecstring; end; @@ -6181,7 +6182,10 @@ implementation end. { $Log$ - Revision 1.203 2004-01-25 11:33:48 daniel + Revision 1.204 2004-01-25 12:37:15 daniel + * Last commit broke debug info for records. Fixed. + + Revision 1.203 2004/01/25 11:33:48 daniel * 2nd round of gdb cleanup Revision 1.202 2004/01/22 21:33:54 peter