Browse Source

* Last commit broke debug info for records. Fixed.

daniel 21 years ago
parent
commit
45ebe9b10b
1 changed files with 5 additions and 1 deletions
  1. 5 1
      compiler/symdef.pas

+ 5 - 1
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