Forráskód Böngészése

* 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 éve
szülő
commit
775f86d216
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      tests/test/tmt1.pp

+ 2 - 2
tests/test/tmt1.pp

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