Fix missing scope table index when generating the call to lazy_list_set.

This commit is contained in:
Sei Lisa 2015-03-07 14:50:25 +01:00
parent 562154e7aa
commit a292846d28

View file

@ -805,6 +805,7 @@ list lazy_list_set(list L, integer i, list v)
return {'nt':'=', 't':'list', 'ch':[lvalue, {
'nt':'FNCALL', 't':'list', 'name':'lazy_list_set',
'scope':0,
'ch':[lvalue.copy(), idxexpr,
{'nt':'LIST','t':'list', 'ch':[expr]}]
}]}