diffs were applied to make default register property at stacking rule

-1 instead of 0.
This commit is contained in:
sater 1985-01-11 09:40:40 +00:00
parent a1a8fd99a0
commit e9b6045b5a

View file

@ -141,7 +141,7 @@ n_stack(s,e,p,vi) struct varinfo *vi; {
c1p->c1_codep = codeindex;
dopattern(0,VI_NULL,VI_NULL,vi,VI_NULL,VI_NULL);
if (e==0 && p==0)
if (e==0 && p== -1)
sp = ustackset.set_val;
else
sp = cstackset.set_val;