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

@ -75,7 +75,7 @@
{
if (((id)buffer) == _myTarget)
{
((id)buffer) = self;
buffer = self;
[anInvocation setReturnValue: buffer];
}
}