瀏覽代碼

* cthreads must be the first unit in uses clause

florian 21 年之前
父節點
當前提交
80e42be27f
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      tests/webtbs/tw3467.pp

+ 3 - 3
tests/webtbs/tw3467.pp

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