pike.git/
src/
opcodes.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-03-31
2001-03-31 15:41:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>
e9ecc043fddd845042960042ccac124353fed878 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfix.
Rev: src/opcodes.c:1.105
26:
#include "bignum.h" #include "operators.h"
-
RCSID("$Id: opcodes.c,v 1.
104
2001/03/31 15:
36
:
03
grubba Exp $");
+
RCSID("$Id: opcodes.c,v 1.
105
2001/03/31 15:
41
:
58
grubba Exp $");
void index_no_free(struct svalue *to,struct svalue *what,struct svalue *ind) {
426:
if (Pike_sp[-1].subtype == FUNCTION_BUILTIN) { Pike_error("Cannot cast builtin functions to object.\n"); } else {
-
sp[-1].type = T_OBJECT;
+
Pike_
sp[-1].type = T_OBJECT;
} break;