pike.git/
src/
interpret.h
Branch:
Tag:
Non-build tags
All tags
No tags
2008-04-14
2008-04-14 12:17:17 by Henrik Grubbström (Grubba) <grubba@grubba.org>
493198165bf351ae3b831e6a60246007818a1045 (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added safe_apply_current().
Rev: src/interpret.h:1.172
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.
171
2008/
02
/
27
23
:
59
:
13
grubba Exp $
+
|| $Id: interpret.h,v 1.
172
2008/
04
/
14
12
:
17
:
17
grubba Exp $
*/ #ifndef INTERPRET_H
800:
(FUN) + Pike_fp->context->identifier_level, \ (ARGS))
+
#define safe_apply_current(FUN, ARGS) \
+
safe_apply_low(Pike_fp->current_object, \
+
(FUN) + Pike_fp->context->identifier_level, \
+
(ARGS))
+
PMOD_EXPORT extern int d_flag; /* really in main.c */ PMOD_EXPORT extern int Pike_stack_size;