mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +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
|
@ -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…
Add table
Add a link
Reference in a new issue