Browse Source

* cthreads must be the first unit in uses clause

florian 20 years ago
parent
commit
80e42be27f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      tests/webtbs/tw3467.pp

+ 3 - 3
tests/webtbs/tw3467.pp

@@ -7,12 +7,12 @@ program threadvartest;
 {$H+}
 
 uses
+{$ifdef unix}
+  cthreads,
+{$endif}
   erroru,
   sysutils,
   classes
-{$ifdef unix}
-  , cthreads
-{$endif}
   ;
 
 type