pike.git
/
src
/
error.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/error.c:28:
return r; } void throw() ATTRIBUTE((noreturn)) { if(!recoveries) fatal("No error recovery context.\n"); #ifdef DEBUG if(sp - evaluator_stack < recoveries->sp)
-
fatal("
Error
in error.\n");
+
fatal("
Stack
error
in error.\n");
#endif while(fp != recoveries->fp) { #ifdef DEBUG if(!fp) fatal("Popped out of stack frames.\n"); #endif free_object(fp->current_object); free_program(fp->context.prog);