* Source/GSArray.m

* Source/NSNotificationCenter.m: Quick fixes for two compiler
	errors introduced by previous change.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27594 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2009-01-13 23:38:02 +00:00
parent 22801d3cac
commit 237ee4134c
3 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2009-01-13 18:35-EST Gregory John Casamento <greg_casamento@yahoo.com>
* Source/GSArray.m
* Source/NSNotificationCenter.m: Quick fixes for two compiler
errors introduced by previous change.
2009-01-13 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSGarbageCollector.m: Mark the two unimplemented methods.

View file

@ -51,6 +51,7 @@ static Class GSInlineArrayClass;
#endif
@class GSArray;
@class GSInlineArray;
@interface GSArrayEnumerator : NSEnumerator
{

View file

@ -973,7 +973,7 @@ static NSNotificationCenter *default_center = nil;
*/
- (void) _postAndRelease: (NSNotification*)notification
{
IF_NO_GC(GSGarbageCollector *collector = [NSGarbageCollector defaultCollector])
// IF_NO_GC(GSGarbageCollector *collector = [NSGarbageCollector defaultCollector])
Observation *o;
unsigned count;
NSString *name = [notification name];