2000-09-12
2000-09-12 14:24:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
0e58d2a778adcd8cb0f52564fad1983209ce9510
(20 lines)
(+8/-12)
[
Show
| Annotate
]
Branch: 7.9
Checking the c-stack in check_tree() isn't needed anymore.
Rev: src/las.c:1.207
5:
\*/
/**/
#include "global.h"
- RCSID("$Id: las.c,v 1.206 2000/09/12 14:02:42 grubba Exp $");
+ RCSID("$Id: las.c,v 1.207 2000/09/12 14:24:29 grubba Exp $");
#include "language.h"
#include "interpret.h"
148: Inside #if defined(PIKE_DEBUG)
if(d_flag<2) break;
- if (!(depth & 63)) {
- /* 512 bytes/stack frame should be enough... */
- check_c_stack(32768);
-
+
if(!(depth & 1023))
{
node *q;
159: Inside #if defined(PIKE_DEBUG)
if(q->parent==n)
fatal("Cyclic node structure found.\n");
}
- }
+
if(car_is_node(n))
{