pike.git/
src/
error.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-01-29
2000-01-29 08:43:37 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
68581af28fb8d94c9210af36c2ceba626ba68a2e (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
better debug I hope
Rev: src/error.c:1.41
19:
#include "module_support.h" #include "threads.h"
-
RCSID("$Id: error.c,v 1.
40
1999
/
12
/
07
01
:
33
:
03
grubba
Exp $");
+
RCSID("$Id: error.c,v 1.
41
2000
/
01
/
29
08
:
43
:
37
hubbe
Exp $");
#undef ATTRIBUTE #define ATTRIBUTE(X)
181:
#endif fprintf(stderr,"No error recovery context!\n%s():%s",name,text);
+
if(file)
+
fprintf(stderr,"at %s:%d\n",file,line);
exit(99); }