pike.git/
src/
interpret.h
Branch:
Tag:
Non-build tags
All tags
No tags
2000-08-09
2000-08-09 10:27:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>
45705c0d9dd9234f3a1f42f246139719baf657af (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed protottype.
Rev: src/interpret.h:1.62
5:
\*/ /*
-
* $Id: interpret.h,v 1.
61
2000/08/
08
19
:
38
:
39
grubba Exp $
+
* $Id: interpret.h,v 1.
62
2000/08/
09
10
:
27
:
41
grubba Exp $
*/ #ifndef INTERPRET_H #define INTERPRET_H
213:
#include "block_alloc_h.h" /* Prototypes begin here */ void push_sp_mark(void);
-
int
pop_sp_mark(void);
+
ptrdiff_t
pop_sp_mark(void);
void init_interpreter(void); void lvalue_to_svalue_no_free(struct svalue *to,struct svalue *lval); void assign_lvalue(struct svalue *lval,struct svalue *from);