浏览代码

* the exception that proves the rule: {$ifdef unix} replaced by {$ifdef linux} :-)

marco 22 年之前
父节点
当前提交
ef931fa96e
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      packages/base/ibase/testib60.pp

+ 5 - 2
packages/base/ibase/testib60.pp

@@ -3,7 +3,7 @@
 }
 }
 program testib;
 program testib;
 
 
-{$IFDEF Unix}
+{$IFDEF Linux}	// not for *BSD
 {$LINKLIB dl}
 {$LINKLIB dl}
 {$ENDIF}
 {$ENDIF}
 
 
@@ -154,7 +154,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.2  2002-09-07 15:42:52  peter
+  Revision 1.3  2003-08-09 15:18:30  marco
+   * the exception that proves the rule: {$ifdef unix} replaced by {$ifdef linux} :-)
+
+  Revision 1.2  2002/09/07 15:42:52  peter
     * old logs removed and tabs fixed
     * old logs removed and tabs fixed
 
 
   Revision 1.1  2002/01/29 17:54:53  peter
   Revision 1.1  2002/01/29 17:54:53  peter