pike.git/
src/
las.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-01-18
2001-01-18 02:18:27 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
561a2e54d01b8dd8985538fd8453764d292c19b7 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix for side effects on casts..
Rev: src/las.c:1.232
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: las.c,v 1.
231
2001/01/
12
02:
28
:
06
mast
Exp $");
+
RCSID("$Id: las.c,v 1.
232
2001/01/
18
02:
18
:
27
hubbe
Exp $");
#include "language.h" #include "interpret.h"
1313:
copy_shared_string(res->type,type); if(match_types(object_type_string, type) ||
-
match_types(
object
_type_string, type))
+
match_types(
program
_type_string, type))
res->node_info |= OPT_SIDE_EFFECT; res->tree_info |= n->tree_info;