summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/foundation/NSArray.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cocoaint/src/foundation/NSArray.inc')
-rw-r--r--packages/cocoaint/src/foundation/NSArray.inc13
1 files changed, 3 insertions, 10 deletions
diff --git a/packages/cocoaint/src/foundation/NSArray.inc b/packages/cocoaint/src/foundation/NSArray.inc
index cb7db358d3..4d28b503a5 100644
--- a/packages/cocoaint/src/foundation/NSArray.inc
+++ b/packages/cocoaint/src/foundation/NSArray.inc
@@ -1,15 +1,6 @@
{ Parsed from Foundation.framework NSArray.h }
-{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 }
+{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Thu Oct 1 18:54:06 ICT 2009 }
-{$ifdef HEADER}
-{$ifndef NSARRAY_PAS_H}
-{$define NSARRAY_PAS_H}
-type
- NSArrayPointer = Pointer;
- NSMutableArrayPointer = Pointer;
-
-{$endif}
-{$endif}
{$ifdef TYPES}
{$ifndef NSARRAY_PAS_T}
@@ -45,7 +36,9 @@ type
{$ifdef FORWARD}
NSArray = objcclass;
+ NSArrayPointer = ^NSArray;
NSMutableArray = objcclass;
+ NSMutableArrayPointer = ^NSMutableArray;
{$endif}