Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh-3.0-pre2 cores on irix 5.3 (?)
- X-seq: zsh-workers 1562
- From: Zefram <A.Main@xxxxxxxxxxxxxxxxx>
- To: hzoli@xxxxxxxxxx (Zoltan Hidvegi)
- Subject: Re: zsh-3.0-pre2 cores on irix 5.3 (?)
- Date: Mon, 8 Jul 1996 08:37:37 +0100 (BST)
- Cc: zsh-workers@xxxxxxxxxxxxxxx (Z Shell workers mailing list)
- In-reply-to: <199607080057.CAA05655@xxxxxxxxxxxxxxxxxxxx> from "Zoltan Hidvegi" at Jul 8, 96 02:57:47 am
>+ #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