pike.git/
src/
docode.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-06-07
2001-06-07 21:45:51 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
c87cfa099b1a7101bb433fa83cdfc1054b24ec0b (
7
lines) (+
5
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
allow more optimizations
Rev: src/docode.c:1.114
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: docode.c,v 1.
113
2001/06/07
08
:
26
:
47
hubbe Exp $");
+
RCSID("$Id: docode.c,v 1.
114
2001/06/07
21
:
45
:
51
hubbe Exp $");
#include "las.h" #include "program.h" #include "pike_types.h"
729:
{ tmp1=do_docode(CDR(n),DO_LVALUE); if(match_types(CDR(n)->type, array_type_string) ||
-
match_types(CDR(n)->type, string_type_string))
+
match_types(CDR(n)->type, string_type_string)
||
+
match_types(CDR(n
)
->type, multiset_type_string) ||
+
match_types(CDR(n)->type, mapping_type_string))
{ switch(do_docode(check_node_hash(CDAR(n)), 0)) {