pike.git
/
src
/
error.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/error.c:1:
/*\ ||| This file a part of Pike, and is copyright by Fredrik Hubinette ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/
+
/**/
#include "global.h" #include "pike_macros.h" #include "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"
-
RCSID("$Id: error.c,v 1.
23
1999/
01
/
31
09
:
01
:
45
hubbe
Exp $");
+
RCSID("$Id: error.c,v 1.
24
1999/
02
/
20
17
:
44
:
55
grubba
Exp $");
#undef ATTRIBUTE #define ATTRIBUTE(X) JMP_BUF *recoveries=0; JMP_BUF *init_recovery(JMP_BUF *r DEBUG_LINE_ARGS) { #ifdef PIKE_DEBUG r->line=line;