pike.git/
src/
interpret.h
Branch:
Tag:
Non-build tags
All tags
No tags
2008-04-20
2008-04-20 13:00:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>
96489602b583ba094efe3d7a97119ddd1ee2dbe9 (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added safe_apply_current2().
Rev: src/interpret.h:1.174
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.
173
2008/04/
14
16
:
33
:
32
grubba Exp $
+
|| $Id: interpret.h,v 1.
174
2008/04/
20
13
:
00
:
16
grubba Exp $
*/ #ifndef INTERPRET_H
805:
(FUN) + Pike_fp->context->identifier_level, \ (ARGS))
+
#define safe_apply_current2(FUN, ARGS, FUNNAME) \
+
safe_apply_low2(Pike_fp->current_object, \
+
(FUN) + Pike_fp->context->identifier_level, \
+
(ARGS), (FUNNAME))
+
PMOD_EXPORT extern int d_flag; /* really in main.c */ PMOD_EXPORT extern int Pike_stack_size;