2003-04-27
2003-04-27 14:16:51 by Martin Stjernholm <mast@lysator.liu.se>
-
24e14973de96d384a7b29be2f8f7008ffcf14c05
(8 lines)
(+4/-4)
[
Show
| Annotate
]
Branch: 7.9
Compile in gdb_backtraces even in non-rtldebug mode since they can be very
useful for bug hunting in production environments.
Rev: src/interpret.c:1.303
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: interpret.c,v 1.302 2003/04/03 14:56:26 grubba Exp $
+ || $Id: interpret.c,v 1.303 2003/04/27 14:16:51 mast Exp $
*/
#include "global.h"
- RCSID("$Id: interpret.c,v 1.302 2003/04/03 14:56:26 grubba Exp $");
+ RCSID("$Id: interpret.c,v 1.303 2003/04/27 14:16:51 mast Exp $");
#include "interpret.h"
#include "object.h"
#include "program.h"
2106: Inside #if defined(PIKE_DEBUG)
}
}
}
+ #endif
static const char *safe_idname_from_int(struct program *prog, int func)
{
2366:
#endif
}
- #endif
-
+
PMOD_EXPORT void custom_check_stack(ptrdiff_t amount, const char *fmt, ...)
{
if (low_stack_check(amount)) {