daniel 21 роки тому
батько
коміт
8bea12a84d
1 змінених файлів з 5 додано та 2 видалено
  1. 5 2
      compiler/symdef.pas

+ 5 - 2
compiler/symdef.pas

@@ -2425,7 +2425,7 @@ implementation
                 if assigned(pointertype.def.typesym) then
                 if assigned(pointertype.def.typesym) then
                   begin
                   begin
                     if assigned(typesym) then
                     if assigned(typesym) then
-                      st := ttypesym(typesym).name;
+                      st := ttypesym(typesym).name
                     else
                     else
                       st := ' ';
                       st := ' ';
                     asmlist.concat(Tai_stabs.create(stabstr_evaluate(
                     asmlist.concat(Tai_stabs.create(stabstr_evaluate(
@@ -6185,7 +6185,10 @@ implementation
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.208  2004-01-26 19:43:49  daniel
+  Revision 1.209  2004-01-26 19:54:42  daniel
+    * Typo
+
+  Revision 1.208  2004/01/26 19:43:49  daniel
     * Try to recude stack usage of Tpointerdef.concatstabsto
     * Try to recude stack usage of Tpointerdef.concatstabsto
 
 
   Revision 1.207  2004/01/26 16:12:28  daniel
   Revision 1.207  2004/01/26 16:12:28  daniel