pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-09-27
2001-09-27 04:59:10 by Per Hedbor <ph@opera.com>
9f1f307e9c7d0156542144868ceb8db353c06baa (
10
lines) (+
7
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Now compiles without debug
Rev: src/program.c:1.376
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
375
2001/09/
26
23
:
03
:
11
hubbe
Exp $");
+
RCSID("$Id: program.c,v 1.
376
2001/09/
27
04
:
59
:
10
per
Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
1156:
p->flags |= PROGRAM_FIXED;
+
#ifdef PIKE_DEBUG
if(Pike_compiler->check_final) { for(i=0;i<(int)p->num_identifier_references;i++)
1176:
} } }
-
+
#endif
#ifdef DEBUG_MALLOC { #define DBSTR(X) ((X)?(X)->str:"")
2722:
name=ID_FROM_PTR(p,&fun)->name; fun.inherit_offset += inherit_offset;
+
#ifdef PIKE_DEBUG
if (fun.id_flags & ID_NOMASK) { Pike_compiler->check_final++; }
-
+
#endif
if(fun.id_flags & ID_PRIVATE) fun.id_flags|=ID_HIDDEN;