Remove uses of the 'casts as lvalues' gcc extension.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18534 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2004-02-04 00:14:00 +00:00
parent 9bbcb2bec2
commit 3c7cd0b0ba
6 changed files with 14 additions and 5 deletions

View file

@ -589,7 +589,7 @@ static NSNotificationCenter *default_center = nil;
{
if ((self = [super init]) != nil)
{
TABLE = newNCTable();
_table = newNCTable();
}
return self;
}