pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-07-17
1998-07-17 13:31:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>
58544f420d31c38cd9f616c23933a03ee6dc19dc (
8
lines) (+
6
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Now uses low_init_threads_disable() instead of init_threads_disable().
Rev: src/program.c:1.97
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
96
1998/07/
10
15
:
52
:
04
grubba Exp $");
+
RCSID("$Id: program.c,v 1.
97
1998/07/
17
13
:
31
:
22
grubba Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
507:
{ int e,id=0;
-
init_threads_disable(
NULL
);
+
/* We don't want to change thread, but we don't want to
+
* wait for the other threads to complete.
+
*/
+
low_
init_threads_disable();
compilation_depth++;