pike.git/
src/
interpret.h
Branch:
Tag:
Non-build tags
All tags
No tags
2001-05-14
2001-05-14 05:28:46 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
207f56f5a4391fb62f6c08f61a3832cedfe19b4b (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
profiling should now work..
Rev: src/interpret.c:1.197
Rev: src/interpret.h:1.82
5:
\*/ /*
-
* $Id: interpret.h,v 1.
81
2001/05/
10
22
:
14
:
37
hubbe Exp $
+
* $Id: interpret.h,v 1.
82
2001/05/
14
05
:
28
:
46
hubbe Exp $
*/ #ifndef INTERPRET_H #define INTERPRET_H
56:
INT16 num_locals; INT16 num_args; unsigned INT16 flags;
+
INT16 ident;
struct pike_frame *next; struct pike_frame *scope; unsigned char *pc;