pike.git
/
src
/
error.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/error.c:1:
/* || 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: error.c,v 1.
93
2002/11/
23
14
:
41
:
56
mast Exp $
+
|| $Id: error.c,v 1.
94
2002/11/
25
00
:
25
:
48
mast Exp $
*/ #define NO_PIKE_SHORTHAND #include "global.h" #include "svalue.h" #include "pike_macros.h" #include "pike_error.h" #include "interpret.h" #include "stralloc.h" #include "builtin_functions.h" #include "array.h" #include "object.h" #include "main.h" #include "builtin_functions.h" #include "backend.h" #include "operators.h" #include "module_support.h" #include "threads.h" #include "gc.h"
-
RCSID("$Id: error.c,v 1.
93
2002/11/
23
14
:
41
:
56
mast Exp $");
+
RCSID("$Id: error.c,v 1.
94
2002/11/
25
00
:
25
:
48
mast Exp $");
#undef ATTRIBUTE #define ATTRIBUTE(X) PMOD_EXPORT const char msg_fatal_error[] = "%s:%d: Fatal error:\n"; #ifdef PIKE_DEBUG PMOD_EXPORT const char msg_unsetjmp_nosync_1[] = "UNSETJMP out of sync! (last SETJMP at %s)!\n"; PMOD_EXPORT const char msg_unsetjmp_nosync_2[] =
pike.git/src/error.c:79:
Pike_interpreter.recoveries->file); Pike_fatal("Recoveries is out biking (Pike_interpreter.recoveries=%p, Pike_sp=%p, %ld)!\n", Pike_interpreter.recoveries, &foo, DO_NOT_WARN((long)TESTILITEST)); } /* Add more stuff here when required */ } #endif
-
PMOD_EXPORT void pike_gdb_breakpoint(
void)
+
PMOD_EXPORT void pike_gdb_breakpoint(
INT32 args
)
{ } PMOD_EXPORT JMP_BUF *init_recovery(JMP_BUF *r, size_t stack_pop_levels DEBUG_LINE_ARGS) { check_recovery_context(); #ifdef PIKE_DEBUG r->file=location; OED_FPRINTF((stderr, "init_recovery(%p) %s\n", r, location)); #endif