diffs were applied to make default register property at stacking rule
-1 instead of 0.
This commit is contained in:
parent
a1a8fd99a0
commit
e9b6045b5a
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue