pike.git/
src/
las.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2019-08-26
2019-08-26 12:51:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>
d69a21524102a69ccdbdc897324b6b82cb3d81a1 (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
master
Compiler: Fixed bug in mkgeneratornode().
1287:
_CAR(res) = mktrampolinenode(i, Pike_compiler->compiler_frame); copy_pike_type(res->type, CAR(res)->type); res->node_info = OPT_NOT_CONST;
+
+
return res;
} node *debug_mkexternalnode(struct program *parent_prog, int i)