pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2002-04-12
2002-04-12 23:18:47 by Martin Stjernholm <mast@lysator.liu.se>
3fa452e41032fdf2b340051cee0e1b8ed07890cd (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Reverted some debug gook that got in by mistake.
Rev: src/program.c:1.413
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
412
2002/04/12
22
:
53
:
00
mast Exp $");
+
RCSID("$Id: program.c,v 1.
413
2002/04/12
23
:
18
:
47
mast Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
1507:
if(idp) *idp=id; CDFPRINTF((stderr, "th(%ld) %p low_start_new_program() %s "
-
"pass=%d: threads_disabled:%d, compilation_depth:%
d %
d\n",
+
"pass=%d: threads_disabled:%d, compilation_depth:%d\n",
(long)th_self(), p, name ? name->str : "-", Pike_compiler->compiler_pass,
-
threads_disabled, compilation_depth
, id
));
+
threads_disabled, compilation_depth));
init_type_stack();