mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
unsigned is partially implemented...
This commit is contained in:
parent
f04d67f319
commit
fd15377532
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
@interface AutoreleasePool: Object
|
||||
{
|
||||
/*unsigned*/integer count;
|
||||
unsigned count;
|
||||
id [] array;
|
||||
}
|
||||
|
||||
|
|
|
@ -87,7 +87,7 @@ typedef enum {
|
|||
- (id) retain;
|
||||
- (id) autorelease;
|
||||
- (/*oneway*/ void) release;
|
||||
- (/*unsigned*/integer) retainCount;
|
||||
- (unsigned) retainCount;
|
||||
@end
|
||||
|
||||
@protocol Copying
|
||||
|
|
Loading…
Reference in a new issue