pike.git/
src/
main.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-04-30
2001-04-30 17:33:55 by Martin Stjernholm <mast@lysator.liu.se>
ab56700764412f2798c78e4ba833bfa9f342b346 (
8
lines) (+
6
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Hook in rbtree.
Rev: src/Makefile.in:1.256
Rev: src/main.c:1.124
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: main.c,v 1.
123
2001/04/
14
09
:
44
:
20
hubbe
Exp $");
+
RCSID("$Id: main.c,v 1.
124
2001/04/
30
17
:
33
:
55
mast
Exp $");
#include "fdlib.h" #include "backend.h" #include "module.h"
29:
#include "cpp.h" #include "main.h" #include "operators.h"
+
#include "rbtree.h"
#include "security.h" #include "constants.h" #include "version.h"
186:
init_node_s_blocks(); init_object_blocks(); init_callback_blocks();
+
init_rbtree();
} #ifdef SHARED_NODES
809:
first_object=0; free_all_object_blocks(); free_all_program_blocks();
+
exit_rbtree();
#endif }