pike.git/
src/
program.h
Branch:
Tag:
Non-build tags
All tags
No tags
2003-11-28
2003-11-28 15:44:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>
d9e827c0abfa59a62c21f321320fb6308f551db0 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added really_low_reference_inherited_identifier().
Rev: src/program.c:1.541
Rev: src/program.h:1.195
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.h,v 1.
194
2003/11/
25
16
:
00
:
20
grubba Exp $
+
|| $Id: program.h,v 1.
195
2003/11/
28
15
:
44
:
27
grubba Exp $
*/ #ifndef PROGRAM_H
628:
PMOD_EXPORT void set_gc_check_callback(void (*m)(struct object *)); void pike_set_prog_event_callback(void (*cb)(int)); void pike_set_prog_optimize_callback(node *(*opt)(node *));
+
int really_low_reference_inherited_identifier(struct program_state *q,
+
int e,
+
int i);
int low_reference_inherited_identifier(struct program_state *q, int e, struct pike_string *name,