pike.git/
src/
main.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-03-22
1998-03-22 06:20:44 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
ecf145a9ac7de08ed35551c4daf101dc7e1811ff (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
minor change because of change in callback.{h,c}
Rev: src/main.c:1.43
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: main.c,v 1.
42
1998/
02
/
27
08
:
39:
20 hubbe Exp $");
+
RCSID("$Id: main.c,v 1.
43
1998/
03
/
22
06
:
20
:
44
hubbe Exp $");
#include "fdlib.h" #include "backend.h" #include "module.h"
277:
init_modules(); master(); call_callback(& post_master_callbacks, 0);
-
free_callback(& post_master_callbacks);
+
free_callback
_list
(& post_master_callbacks);
if(SETJMP(back)) {
331:
void do_exit(int num) ATTRIBUTE((noreturn)) { call_callback(&exit_callbacks, (void *)0);
-
free_callback(&exit_callbacks);
+
free_callback
_list
(&exit_callbacks);
exit_modules();