pike.git/
src/
main.c
Branch:
Tag:
Non-build tags
All tags
No tags
2002-01-03
2002-01-03 12:04:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>
64a64cc5771cbad9b453830357f4b3531e5e088b (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
0.6
Moved call to low_th_init().
Fixes [bug
2643 (#2643)
].
Rev: src/main.c:1.62
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: main.c,v 1.
61
1999
/
05
/
12
05
:
24
:
44
hubbe
Exp $");
+
RCSID("$Id: main.c,v 1.
62
2002
/
01
/
03
12:
04
:
35
grubba
Exp $");
#include "fdlib.h" #include "backend.h" #include "module.h"
400:
GETTIMEOFDAY(¤t_time);
+
low_th_init();
+
init_shared_string_table(); init_interpreter(); init_types(); init_cpp(); init_lex();
-
low_th_init();
-
+
init_modules(); master(); call_callback(& post_master_callbacks, 0);