pike.git/
src/
threads.c
Branch:
Tag:
Non-build tags
All tags
No tags
1997-11-11
1997-11-11 04:02:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>
c5b96b4df3ab573d22a8c1e7cfde8fe583196a20 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added missing headerfile.
Rev: src/threads.c:1.47
1:
#include "global.h"
-
RCSID("$Id: threads.c,v 1.
46
1997/11/
08
01
:
34
:45
hubbe
Exp $");
+
RCSID("$Id: threads.c,v 1.
47
1997/11/
11
04
:
02
:45
grubba
Exp $");
int num_threads = 1; int threads_disabled = 0;
13:
#include "builtin_functions.h" #include "constants.h" #include "program.h"
+
#include "gc.h"
struct object *thread_id; static struct callback *threads_evaluator_callback=0;