pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
1996-09-26
1996-09-26 16:45:03 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
12d3283c5d0b296e70b3797bd3cb8f644b2ee342 (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
better error messages..
Rev: src/builtin_functions.c:1.5
Rev: src/error.c:1.2
Rev: src/main.c:1.4
623:
if(sp[-args].type != T_INT) error("Bad argument 1 to exit.\n");
+
exit_on_error="Pike is exiting: ";
+
call_callback(&exit_callbacks, (void *)0); free_callback(&exit_callbacks);