pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-09-25
1999-09-25 20:14:17 by Henrik Grubbström (Grubba) <grubba@grubba.org>
55198b5ee13b1d8af6a75dc768e01129722a4838 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed program_constant related bug.
Rev: src/interpret.c:1.128
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: interpret.c,v 1.
127
1999/09/
06
10
:
47
:
15
grubba Exp $");
+
RCSID("$Id: interpret.c,v 1.
128
1999/09/
25
20
:
14
:
17
grubba Exp $");
#include "interpret.h" #include "object.h" #include "program.h"
940:
case IDENTIFIER_CONSTANT: {
-
struct svalue *s=fp->context.prog->
constants+function
->func.offset;
+
struct svalue *s=
&(
fp->context.prog->
+
constants[function
->func.offset
].sval)
;
debug_malloc_touch(fp); if(s->type == T_PROGRAM) {