pike.git/
src/
interpret.h
Branch:
Tag:
Non-build tags
All tags
No tags
1998-06-06
1998-06-06 03:25:37 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
50176398360a75f2a14f1709d9dd66f11f312012 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
fix for APPLY_AND_RETURN inside catch()
Rev: src/interpret.c:1.87
Rev: src/interpret.h:1.21
5:
\*/ /*
-
* $Id: interpret.h,v 1.
20
1998/
03
/
28
15
:
13
:
43
grubba
Exp $
+
* $Id: interpret.h,v 1.
21
1998/
06
/
06
03
:
25
:
37
hubbe
Exp $
*/ #ifndef INTERPRET_H #define INTERPRET_H
21:
unsigned char *pc; struct frame *parent_frame; struct svalue *locals;
+
struct svalue *expendible;
INT32 args; struct object *current_object; struct inherit context;