pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
1997-09-10
1997-09-10 04:08:28 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
b73db3b06e56120431605db1452739f166e9e561 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix
Rev: src/program.c:1.40
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
39
1997/09/
09
03
:
36
:
12
hubbe Exp $");
+
RCSID("$Id: program.c,v 1.
40
1997/09/
10
04
:
08
:
28
hubbe Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
631:
struct reference *funp; struct identifier *fun; funp=prog->identifier_references+i;
-
if(funp->id_flags & (ID_HIDDEN|ID_STATIC
|ID_PRIVATE
)) continue;
+
if(funp->id_flags & (ID_HIDDEN|ID_STATIC)) continue;
if(funp->id_flags & ID_INHERITED) {