pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2019-02-06
2019-02-06 22:22:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>
cc5b177fb522f21f9c6b8e7080415b510fb7e463 (
13
lines) (+
7
/-
6
)
[
Show
|
Annotate
]
Branch:
bill/debugger-concept
Compiler: Fixed some COMPILER_DEBUG bugs.
3271:
if(idp) *idp=id; CDFPRINTF("th(%ld) %p low_start_new_program() %s "
-
"pass=%d:
lock_depth:%d,
compilation_depth:%d\n",
+
"pass=%d: compilation_depth:%d\n",
(long)th_self(), p, name ? name->str : "-", Pike_compiler->compiler_pass,
-
lock_depth,
c->compilation_depth);
+
c->compilation_depth);
init_type_stack();
3500:
} CDFPRINTF("th(%ld) start_new_program(%ld, %s): "
-
"
lock_depth:%d,
compilation_depth:%d\n",
+
"compilation_depth:%d\n",
(long)th_self(), (long)line, file,
-
lock_depth,
c->compilation_depth);
+
c->compilation_depth);
low_start_new_program(0, COMPILER_PASS_FIRST, 0, 0, 0); store_linenumber(line,c->lex.current_file);
4689:
CDFPRINTF("th(%ld) %p end_first_pass(%d): "
-
"
lock_depth:%d,
compilation_depth:%d\n",
+
"compilation_depth:%d\n",
(long)th_self(), prog, finish,
-
lock_depth,
c->compilation_depth);
+
c->compilation_depth);
c->compilation_depth--;