Browse Source

* small 1.0 compat fix

marco 21 years ago
parent
commit
1ff6fd5e6a
1 changed files with 6 additions and 2 deletions
  1. 6 2
      rtl/freebsd/classes.pp

+ 6 - 2
rtl/freebsd/classes.pp

@@ -45,13 +45,17 @@ initialization
 finalization
 finalization
   CommonCleanup;
   CommonCleanup;
 
 
+{$ifndef ver1_0}
   if ThreadsInited then
   if ThreadsInited then
      DoneThreads;
      DoneThreads;
-
+{$endif}
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.3  2003-11-17 10:05:51  marco
+  Revision 1.4  2003-12-22 16:16:33  marco
+   * small 1.0 compat fix
+
+  Revision 1.3  2003/11/17 10:05:51  marco
    * threads for FreeBSD. Not working tho
    * threads for FreeBSD. Not working tho
 
 
   Revision 1.2  2003/10/09 10:55:20  marco
   Revision 1.2  2003/10/09 10:55:20  marco