pike.git/
src/
interpret_functions.h
Branch:
Tag:
Non-build tags
All tags
No tags
2000-04-18
2000-04-18 19:28:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>
13cfa8af4a38635073f1149eecdc0cfe582f1ab0 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo.
Rev: src/interpret_functions.h:1.5
1:
/*
-
* $Id: interpret_functions.h,v 1.
4
2000/04/18 19:
24:
28 grubba Exp $
+
* $Id: interpret_functions.h,v 1.
5
2000/04/18 19:
28
:
09
grubba Exp $
* * Opcode definitions for the interpreter. */
1137:
OPCODE1(F_LOCAL_INDEX, "local index") {
-
struct svalue tmp,*s=Pike_fp->locals+arg1
()
;
+
struct svalue tmp,*s=Pike_fp->locals+arg1;
if(s->type == PIKE_T_STRING) s->subtype=0; index_no_free(&tmp,Pike_sp-1,s); free_svalue(Pike_sp-1);