pike.git/
src/
docode.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-06-19
1999-06-19 19:57:31 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
dc731d3e801762a5479ef63e1bfe99cc8148b1b7 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix
Rev: lib/modules/Thread.pmod:1.14
Rev: src/docode.c:1.48
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: docode.c,v 1.
47
1999/
04
/
30
07
:
24
:
06
hubbe Exp $");
+
RCSID("$Id: docode.c,v 1.
48
1999/
06
/
19
19
:
57
:
31
hubbe Exp $");
#include "las.h" #include "program.h" #include "language.h"
563:
a1[0]->type == int_type_string) { tmp2=do_docode(CAR(arr),DO_NOT_COPY);
-
do_docode(
&
a1,DO_NOT_COPY);
+
do_docode(
*
a1,DO_NOT_COPY);
goto foreach_arg_pushed; } }