diffs were applied to make default register property at stacking rule
-1 instead of 0.
This commit is contained in:
parent
a1a8fd99a0
commit
e9b6045b5a
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ n_stack(s,e,p,vi) struct varinfo *vi; {
|
||||||
c1p->c1_codep = codeindex;
|
c1p->c1_codep = codeindex;
|
||||||
dopattern(0,VI_NULL,VI_NULL,vi,VI_NULL,VI_NULL);
|
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;
|
sp = ustackset.set_val;
|
||||||
else
|
else
|
||||||
sp = cstackset.set_val;
|
sp = cstackset.set_val;
|
||||||
|
|
Loading…
Add table
Reference in a new issue