Mark user functions as unstable.

Maybe in future we can perform further analysis to find some that are stable.
This commit is contained in:
Sei Lisa 2017-10-21 10:42:46 +02:00
parent cdacc45bb0
commit 4d92cc8838

View file

@ -2474,7 +2474,8 @@ list lazy_list_set(list L, integer i, list v)
elif self.tok[0] == '}':
bracelevel -= 1
self.NextToken()
ret[name] = {'Kind':'f','Type':typ,'ParamTypes':params}
ret[name] = {'Kind':'f', 'Type':typ, 'ParamTypes':params,
'uns':True}
elif typ is None:
return ret # A variable needs a type