pike.git/
src/
docode.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-02-20
1998-02-20 00:51:16 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
98f2b1685783f0536e33b3f288ad6dee7715535c (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
cast changed
Rev: src/docode.c:1.31
Rev: src/modules/Gmp/mpz_glue.c:1.30
Rev: src/opcodes.c:1.12
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: docode.c,v 1.
30
1998/02/
01
04
:
01
:
32
hubbe Exp $");
+
RCSID("$Id: docode.c,v 1.
31
1998/02/
20
00
:
36
:
17
hubbe Exp $");
#include "las.h" #include "program.h" #include "language.h"
641:
DO_CODE_BLOCK(CAR(n)); return 0; }
+
tmp1=store_prog_string(n->type);
+
emit(F_STRING,tmp1);
tmp1=do_docode(CAR(n),0); if(!tmp1) { emit2(F_CONST0); tmp1=1; } if(tmp1>1) do_pop(tmp1-1);
-
tmp1=store_prog_string(n->type);
-
emit(F_STRING,tmp1);
+
emit2(F_CAST); return 1;