more GC updates

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28223 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2009-04-16 09:07:13 +00:00
parent 09cccdbd3e
commit a4baaba7c5
6 changed files with 1015 additions and 532 deletions

View file

@ -39,7 +39,7 @@
extern "C" {
#endif
#if 0
@class NSArray, NSSet, NSHashTable;
/**** Type, Constant, and Macro Definitions **********************************/
@ -146,12 +146,6 @@ typedef NSUInteger NSHashTableOptions;
@end
#endif
/**
* Hash table type ... an opaque pointer to a data structure.
*/
typedef void* NSHashTable;
/**
* Type for enumerating.<br />