Browse Source

+ merged Patch from peter

michael 25 years ago
parent
commit
632b15d6c5
1 changed files with 7 additions and 3 deletions
  1. 7 3
      compiler/link.pas

+ 7 - 3
compiler/link.pas

@@ -525,14 +525,18 @@ end;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.4  2000-08-27 16:11:51  peter
+  Revision 1.5  2000-09-04 09:40:23  michael
+  + merged Patch from peter
+
+  Revision 1.4  2000/08/27 16:11:51  peter
     * moved some util functions from globals,cobjects to cutils
     * moved some util functions from globals,cobjects to cutils
     * splitted files into finput,fmodule
     * splitted files into finput,fmodule
 
 
   Revision 1.3  2000/07/26 13:08:19  jonas
   Revision 1.3  2000/07/26 13:08:19  jonas
     * merged from fixes branch (v_hint to v_tried changed when attempting
     * merged from fixes branch (v_hint to v_tried changed when attempting
       to smart/static/shared link)
       to smart/static/shared link)
-
+  Revision 1.1.2.1  2000/07/26 12:54:24  jonas
+    * changed V_Hint's to V_Tried's (for attempts to smart/shared/static link)
   Revision 1.2  2000/07/13 11:32:43  michael
   Revision 1.2  2000/07/13 11:32:43  michael
   + removed logs
   + removed logs
-}
+}