Branch: Tag:

2001-06-19

2001-06-19 14:45:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Use the new deferred backtrace by default.

Rev: src/builtin.cmod:1.36
Rev: src/builtin_functions.c:1.378

5:   \*/   /**/   #include "global.h" - RCSID("$Id: builtin_functions.c,v 1.377 2001/06/09 13:57:23 grubba Exp $"); + RCSID("$Id: builtin_functions.c,v 1.378 2001/06/19 14:45:52 grubba Exp $");   #include "interpret.h"   #include "svalue.h"   #include "pike_macros.h"
958:   }      /* Old backtrace */ -  + #if 0   /*! @decl array(array) backtrace()    *!    *! Get a description of the current call stack.
1072:    }    a->type_field = BIT_ARRAY | BIT_INT;   } + #endif /* 0 */      /*! @decl void add_constant(string name, mixed value)    *! @decl void add_constant(string name)
7510:   /* function(mixed:int) */    ADD_EFUN("arrayp", f_arrayp,tFunc(tMix,tInt),0);    + #if 0   /* function(:array(array)) */    ADD_EFUN("backtrace",f_backtrace,    tFunc(tNone,tArr(tArray)),OPT_EXTERNAL_DEPEND); -  + #endif /* 0 */    -  +    /* function(string...:string) */    ADD_EFUN("combine_path_nt",f_combine_path_nt,tFuncV(tNone,tStr,tStr),0);    ADD_EFUN("combine_path_unix",f_combine_path_unix,tFuncV(tNone,tStr,tStr),0);