pike.git/
src/
interpret.h
Branch:
Tag:
Non-build tags
All tags
No tags
2003-01-17
2003-01-17 16:43:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>
9335ea6599e546a342b874edcdafe2d33b630d94 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added apply_external().
Rev: src/interpret.c:1.289
Rev: src/interpret.h:1.124
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: interpret.h,v 1.
123
2003/01/
15
21
:
37
:
16
mast
Exp $
+
|| $Id: interpret.h,v 1.
124
2003/01/
17
16
:
43
:
01
grubba
Exp $
*/ #ifndef INTERPRET_H
416:
int args); PMOD_EXPORT void apply(struct object *o, const char *fun, int args); PMOD_EXPORT void apply_svalue(struct svalue *s, INT32 args);
+
PMOD_EXPORT void apply_external(int depth, int fun, INT32 args);
PMOD_EXPORT void slow_check_stack(void); PMOD_EXPORT void custom_check_stack(ptrdiff_t amount, const char *fmt, ...) ATTRIBUTE((format (printf, 2, 3)));