pike.git/
src/
error.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-04-06
1998-04-06 04:15:52 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
c08c8bdffbedbe5e8f703c1d278925540bd8f966 (
8
lines) (+
4
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
one warning removed
Rev: src/error.c:1.15
13:
#include "object.h" #include "main.h" #include "builtin_functions.h"
+
#include "backend.h"
-
RCSID("$Id: error.c,v 1.
14
1998/
03
/
28
15:
33:04
grubba
Exp $");
+
RCSID("$Id: error.c,v 1.
15
1998/
04
/
06
04:
15:
52
hubbe
Exp $");
#undef ATTRIBUTE #define ATTRIBUTE(X)
166:
(void)VFPRINTF(stderr, fmt, args);
-
fprintf(stderr,"Attempting to dump backlog (may fail).\n");
-
+
d_flag=t_flag=0;
-
push_text("
Fatal
error
");
+
push_text("
Attempting
to dump backlog (may fail).\n
");
f_backtrace(0); f_aggregate(2); APPLY_MASTER("describe_backtrace",1);