1997-09-09
1997-09-09 03:36:13 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
7fda7a16f336248d2686e3e72acfe71aa8316776
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 7.9
foo->bar now finds the right function!
Rev: src/builtin_functions.c:1.43
Rev: src/docode.c:1.21
Rev: src/interpret.c:1.46
Rev: src/las.c:1.37
Rev: src/object.c:1.22
Rev: src/program.c:1.39
Rev: src/program.h:1.19
Rev: src/testsuite.in:1.51
4:
||| See the files COPYING and DISCLAIMER for more information.
\*/
#include "global.h"
- RCSID("$Id: builtin_functions.c,v 1.42 1997/09/06 13:50:08 grubba Exp $");
+ RCSID("$Id: builtin_functions.c,v 1.43 1997/09/09 03:36:10 hubbe Exp $");
#include "interpret.h"
#include "svalue.h"
#include "pike_macros.h"
1737: Inside #if defined(PROFILING)
push_int(prog->num_clones);
for(num_functions=i=0; i<prog->num_identifiers; i++) {
- if (IDENTIFIER_IS_FUNCTION(prog->identifiers[i].flags)) {
+ if (IDENTIFIER_IS_FUNCTION(prog->identifiers[i].identifier_flags)) {
num_functions++;
prog->identifiers[i].name->refs++;
push_string(prog->identifiers[i].name);