Browse Source

* limited to darwin/ppc and darwin/i386
- removed unused ctypes unit

git-svn-id: branches/objc@13171 -

Jonas Maebe 16 years ago
parent
commit
ddc7c6ed35
1 changed files with 3 additions and 3 deletions
  1. 3 3
      tests/test/tobjc1.pp

+ 3 - 3
tests/test/tobjc1.pp

@@ -1,9 +1,9 @@
+{ %target=darwin }
+{ %cpu=powerpc,i386 }
+
 {$mode objfpc}
 {$modeswitch objectivec1}
 
-uses
-  ctypes;
-
 var
   a: NSObject;
 begin