pike.git/
src/
program.h
Branch:
Tag:
Non-build tags
All tags
No tags
2006-07-05
2006-07-05 20:47:53 by Martin Stjernholm <mast@lysator.liu.se>
56f283476694c2db4d31e534ce191efd75cc8770 (
15
lines) (+
8
/-
7
)
[
Show
|
Annotate
]
Branch:
7.9
One more PMOD_EXPORT.
Rev: src/program.c:1.604
Rev: src/program.h:1.225
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.
224
2006/07/05
19
:
28
:
11
mast Exp $
+
|| $Id: program.h,v 1.
225
2006/07/05
20
:
47
:
53
mast Exp $
*/ #ifndef PROGRAM_H
708:
node *reference_inherited_identifier(struct pike_string *super_name, struct pike_string *function_name); void rename_last_inherit(struct pike_string *n);
-
void low_inherit(struct program *p,
+
PMOD_EXPORT
void low_inherit(struct program *p,
struct object *parent, int parent_identifier, int parent_offset,