Browse Source

* cycle fix.

marco 21 years ago
parent
commit
c1ee8eed7b
1 changed files with 6 additions and 2 deletions
  1. 6 2
      compiler/systems/t_bsd.pas

+ 6 - 2
compiler/systems/t_bsd.pas

@@ -143,12 +143,13 @@ begin
   { insert sharedlibrary }
   current_module.linkothersharedlibs.add(SplitName(module),link_allways);
   { do nothing with the procedure, only set the mangledname }
-  if name<>'' then
+{  if name<>'' then
    begin
      aprocdef.setmangledname(name);
    end
   else
     message(parser_e_empty_import_name);
+}
 end;
 
 
@@ -627,7 +628,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.24  2004-11-08 22:09:59  peter
+  Revision 1.25  2004-11-19 14:21:44  marco
+   * cycle fix.
+
+  Revision 1.24  2004/11/08 22:09:59  peter
     * tvarsym splitted
 
   Revision 1.23  2004/10/25 15:38:41  peter