mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
* 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:
parent
22801d3cac
commit
237ee4134c
3 changed files with 8 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -51,6 +51,7 @@ static Class GSInlineArrayClass;
|
|||
#endif
|
||||
|
||||
@class GSArray;
|
||||
@class GSInlineArray;
|
||||
|
||||
@interface GSArrayEnumerator : NSEnumerator
|
||||
{
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue