[Prev][Next][Index][Thread]
Re: Gwydion Dylan - MacOS X Carbon Demos
That's something I added because of a crash I was having. It seemed to be during GC (according to MACSBug). I'll double check. Thanks for bringing this to my attention.
- Rob.
On Friday, December 22, 2000, at 05:00 PM, Bruce Hoult wrote:
> In article <3A409DE4.5DCB809@h2g2.com>, robm@h2g2.com wrote:
>
> > OK, code samples for the applications (excluding .lid and export files)
> > are now linked from the index page:
> >
> > http://www.robmyers.org/mac-dylan
>
> >From the SillyBalls program:
> > $NULL, // At the back, BOEHM CHOKES ON PTR = -1
>
> That's wierd. Boehm has no idea what is a pointer and what isn't. If
> it chokes on that then it should choke any time any integer variable is
> -1.