pike.git/
src/
las.c
Branch:
Tag:
Non-build tags
All tags
No tags
2017-09-10
2017-09-10 11:08:20 by Marcus Comstedt <marcus@mc.pp.se>
d3b250cf07fe83d1179d32d9691257697016115a (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.1
Compiler: Fix old bug that root tree node is never typechecked
4806:
if(car_is_node(n)) n->tree_info |= CAR(n)->tree_info; if(cdr_is_node(n)) n->tree_info |= CDR(n)->tree_info;
-
if(!n->parent) break;
-
+
if(n->tree_info & (OPT_NOT_CONST| OPT_SIDE_EFFECT| OPT_EXTERNAL_DEPEND|
4850:
} debug_malloc_touch(n->type);
+
if(!n->parent) break;
+
#ifdef PIKE_DEBUG if(l_flag > 3 && n) {