pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
1997-10-25
1997-10-25 17:33:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>
7cf59d1e2557ffde0d83ba4aa35f29b3090b2f31 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Commented out some unreachable code.
Rev: src/interpret.c:1.52
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: interpret.c,v 1.
51
1997/10/
14
05
:
35
:
12
hubbe
Exp $");
+
RCSID("$Id: interpret.c,v 1.
52
1997/10/
25
17
:
33
:
58
grubba
Exp $");
#include "interpret.h" #include "object.h" #include "program.h"
706:
instr=GET_ARG(); assign_svalue_no_free(sp++,fp->locals+instr); goto dec_local_and_pop;
-
fp->locals[instr].u.integer--;
+
/*
fp->locals[instr].u.integer--;
*/
break; CASE(F_DEC_LOCAL_AND_POP);