pike.git/
src/
main.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-04-16
1998-04-16 01:23:42 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
78c1a9d44f12eae8d930e800780bdf079b028c25 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix (cleanup_callbacks() should now be called correctly)
Rev: src/main.c:1.50
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: main.c,v 1.
49
1998/04/
14
19
:
04
:
05
hubbe Exp $");
+
RCSID("$Id: main.c,v 1.
50
1998/04/
16
01
:
23
:
42
hubbe Exp $");
#include "fdlib.h" #include "backend.h" #include "module.h"
501:
zap_all_mappings(); cleanup_shared_string_table();
-
cleanup_callbacks();
+
#endif
-
+
cleanup_callbacks();
}