pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2008-05-03
2008-05-03 15:54:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>
3b15fb87e6a747e070c4e38c14fa7e701e97334d (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Minor documentation cleanup.
Rev: src/program.c:1.685
2:
|| 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.
684
2008/05/03 15:
51
:
50
grubba Exp $
+
|| $Id: program.c,v 1.
685
2008/05/03 15:
54
:
13
grubba Exp $
*/ #include "global.h"
1576:
((p->num_inherits + 1) < p->new_program->num_inherits) && (PTR_FROM_INT(p->new_program, i)->inherit_offset > p->num_inherits)) {
-
/* Don't look up symbols inherited later,
when
looking
up
-
*
inherits
.
..
+
/* Don't look up symbols inherited later,
since
we
need to get
+
*
the same symbol in both passes in the force_resolve mode
.
*/ continue; }