2007-12-15
2007-12-15 18:50:51 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
47eaffe3e77651020e5695fcba4513803a832bea
(5 lines)
(+4/-1)
[
Show
| Annotate
]
Branch: 7.9
Moved consistency check to PIKE_DEBUG.
Rev: src/las.c:1.398
2:
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
- || $Id: las.c,v 1.397 2007/11/20 18:19:21 grubba Exp $
+ || $Id: las.c,v 1.398 2007/12/15 18:50:51 grubba Exp $
*/
#include "global.h"
161: Inside #if defined(PIKE_DEBUG)
if(d_flag<2) break;
+ #ifdef PIKE_DEBUG
if(!(depth & 1023))
{
node *q;
168: Inside #if defined(PIKE_DEBUG)
if(q->parent==n)
Pike_fatal("Cyclic node structure found.\n");
}
+ #endif
if(car_is_node(n))
{