pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-07-01
1999-07-01 18:16:37 by Henrik Grubbström (Grubba) <grubba@grubba.org>
76fb839c33adcc815e3ab0cd8e547cfcaf91ea4d (
10
lines) (+
9
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added some more debug.
Rev: src/program.c:1.125
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
124
1999/
06
/
23
06
:
48
:
20
hubbe
Exp $");
+
RCSID("$Id: program.c,v 1.
125
1999/
07
/
01
18
:
16
:
37
grubba
Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
2419:
if(p && !num_parse_error) {
+
#ifdef PIKE_DEBUG
+
if (compilation_depth != -1) {
+
fprintf(stderr, "compile(): compilation_depth is %d at end of pass 1.\n",
+
compilation_depth);
+
}
+
#endif /* PIKE_DEBUG */
+
low_start_new_program(p,0,0); free_program(p); p=0;