소스 검색

* made cthreads the first unit, as the initialisation code of sysutils now
apparently already triggers threading-related code

git-svn-id: trunk@34516 -

Jonas Maebe 9 년 전
부모
커밋
775f86d216
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tests/test/tmt1.pp

+ 2 - 2
tests/test/tmt1.pp

@@ -4,10 +4,10 @@
 {$mode objfpc}
 
 uses
-  sysutils
 {$ifdef unix}
-  ,cthreads
+  cthreads,
 {$endif}
+  sysutils
   ;
 
 const