swarm-support
[Top][All Lists]
Advanced

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

Re: skipping past nil


From: glen e. p. ropella
Subject: Re: skipping past nil
Date: Wed, 19 Mar 1997 12:42:33 -0700

>> Once upon a time, somewhere, someone recommended turning on a
>> feature of something, to make Swarm/GNU ObjC programs crash when a
>> message is sent to a nil pointer.  Unfortunately, I'd already made
>> lots of use of the skip- on-past-nil-without-notice feature, and
>> decided not to backtrack at the time.  So my app expects [nil
>> messagecall] to simply, quietly, do nothing.  But someone else is
>> trying to build it on a Linux box, and it crashes on this
>> construct.
>> 
>> Could anyone tell me what the magic word was that makes this
>> construct ignored successfully?  I can't find it in the GNU gcc man
>> page.

Supposedly, the newer versions of the Objc gcc do this by 
default.

glen


reply via email to

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