Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh-3.0-pre2 cores on irix 5.3 (?)



>+ #ifdef DEBUG
>+     int oasp = toplevel ? 0 : alloc_stackp;
>+ #endif

Huh?  If we're at the top level, alloc_stackp is 0 anyway.  Even if
there are bugs, it's 0 at this point -- the beginning of the function.
Or can loop() be called more than once with toplevel!=0?

-zefram




Messages sorted by: Reverse Date, Date, Thread, Author