pike.git/
src/
program.h
Branch:
Tag:
Non-build tags
All tags
No tags
2008-06-02
2008-06-02 15:43:30 by Martin Stjernholm <mast@lysator.liu.se>
c7de53d7ebd6ef482e3caeaa53d07f520bd38fcc (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Export low_get_storage.
Rev: src/program.c:1.717
Rev: src/program.h:1.251
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.
250
2008/
05
/
31
16
:
21
:30
grubba
Exp $
+
|| $Id: program.h,v 1.
251
2008/
06
/
02
15
:
43
:30
mast
Exp $
*/ #ifndef PROGRAM_H
959:
void low_pop_local_variables(int level); void pop_local_variables(int level); void pop_compiler_frame(void);
-
ptrdiff_t low_get_storage(struct program *o, struct program *p);
+
PMOD_EXPORT
ptrdiff_t low_get_storage(struct program *o, struct program *p);
PMOD_EXPORT char *get_storage(struct object *o, struct program *p); struct program *low_program_from_function(struct object *o, INT32 i); PMOD_EXPORT struct program *program_from_function(const struct svalue *f);