Browse Source

* allow doubles in TLinkContainer needed for double libraries

pierre 26 years ago
parent
commit
4849432ede
1 changed files with 6 additions and 3 deletions
  1. 6 3
      compiler/files.pas

+ 6 - 3
compiler/files.pas

@@ -733,8 +733,8 @@ end;
       var
       var
         newnode : plinkcontaineritem;
         newnode : plinkcontaineritem;
       begin
       begin
-         if find(s) then
-          exit;
+         {if find(s) then
+          exit; }
          new(newnode,init(s,m));
          new(newnode,init(s,m));
          inherited insert(newnode);
          inherited insert(newnode);
       end;
       end;
@@ -1340,7 +1340,10 @@ end;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.104  1999-09-27 23:40:12  peter
+  Revision 1.105  1999-10-28 13:14:00  pierre
+   * allow doubles in TLinkContainer needed for double libraries
+
+  Revision 1.104  1999/09/27 23:40:12  peter
     * fixed macro within macro endless-loop
     * fixed macro within macro endless-loop
 
 
   Revision 1.103  1999/09/16 08:00:50  pierre
   Revision 1.103  1999/09/16 08:00:50  pierre