pike.git/
src/
threads.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-08-13
2000-08-13 15:16:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>
7e8ea3e4e9a26a6664bec5199984d6b1a763888f (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed a few warnings.
Rev: src/gc.c:1.121
Rev: src/signal_handler.c:1.176
Rev: src/threads.c:1.137
1:
#include "global.h"
-
RCSID("$Id: threads.c,v 1.
136
2000/08/
11
11
:
02
:
36
grubba Exp $");
+
RCSID("$Id: threads.c,v 1.
137
2000/08/
13
15
:
16
:
33
grubba Exp $");
PMOD_EXPORT int num_threads = 1; PMOD_EXPORT int threads_disabled = 0;
20:
#include "module_support.h" #include "pike_types.h" #include "operators.h"
+
#include "bignum.h"
#include <errno.h>