pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-04-13
1998-04-13 15:34:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>
31df25ea302c30886820f99b8529ea11e74a646c (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Removed some debug output.
Rev: src/program.c:1.78
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
77
1998/04/13
14
:
28
:
24
grubba Exp $");
+
RCSID("$Id: program.c,v 1.
78
1998/04/13
15
:
34
:
31
grubba Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
2065:
} threads_disabled--;
-
fprintf(stderr, "compile() Leave: threads_disabled:%d, compilation_depth:%d\n", threads_disabled, compilation_depth);
+
/*
fprintf(stderr, "compile() Leave: threads_disabled:%d, compilation_depth:%d\n", threads_disabled, compilation_depth);
*/
co_signal(&threads_disabled_change); UNSET_ONERROR(just_in_case);