discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Possible MacOS X compier problem


From: David Ayers
Subject: Re: Possible MacOS X compier problem
Date: Wed, 23 Jul 2003 14:11:28 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030507

Bill Northcott wrote:

The following code works with the FSF compiler but not with the recent
(gcc-1465) Apple version.
       return [[[ArchiverQuoted createBegin: aZone]
                setQuotedObject: [self getExpr]]
                 createEnd];

Please excuse me, I forgot to but in the code snippet.  Please try:

id arc = [ArchiverQuoted createBegin: aZone];
[arc setQuotedObject: [self getExpr];
return [arc createEnd];

Cheers,
David






reply via email to

[Prev in Thread] Current Thread [Next in Thread]