2001-09-05
2001-09-05 01:39:20 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
6a0dd1af9131d9e770261ac0e9d5182425a269f6
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 7.9
check callbacks only when -d5 (or more) is used
Rev: src/callback.c:1.23
10:
#include "pike_error.h"
#include "block_alloc.h"
- RCSID("$Id: callback.c,v 1.22 2001/08/30 22:35:21 hubbe Exp $");
+ RCSID("$Id: callback.c,v 1.23 2001/09/05 01:39:20 hubbe Exp $");
struct callback_list fork_child_callback;
57: Inside #if defined(PIKE_DEBUG)
int e,len=0;
struct callback_block *tmp;
struct callback *foo;
- if(d_flag>1)
+ if(d_flag>4)
{
for(foo=lst->callbacks;foo;foo=foo->next)
{