pike.git
/
src
/
program.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/program.c:1:
/* || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: program.c,v 1.
589
2005/05/
25
17:
09
:
41
grubba
Exp $
+
|| $Id: program.c,v 1.
590
2005/05/
26
17:
04
:
38
mast
Exp $
*/ #include "global.h" #include "program.h" #include "object.h" #include "dynamic_buffer.h" #include "pike_types.h" #include "stralloc.h" #include "las.h" #include "lex.h"
pike.git/src/program.c:3144:
{ free_program(prog); prog=0; }else{ optimize_program(Pike_compiler->new_program); Pike_compiler->new_program->flags |= PROGRAM_FINISHED; } } #ifdef PIKE_DEBUG
+
if (prog) {
check_program(prog); if(l_flag) dump_program_desc(prog);
-
+
}
#endif } #ifdef PROGRAM_BUILD_DEBUG fprintf (stderr, "%.*sfinishing program %d (pass=%d)\n", compilation_depth, " ", Pike_compiler->new_program->id, Pike_compiler->compiler_pass); #endif toss_compilation_resources();