--- gforth/prims2x.fs 2002/12/08 09:57:53 1.122 +++ gforth/prims2x.fs 2002/12/27 15:51:28 1.123 @@ -669,7 +669,7 @@ stack inst-stream IP Cell prim prim-effect-in prim prim-effect-in-end @ ['] fetch map-items ; : stack-pointer-update { stack -- } - \ stack grow downwards + \ stacks grow downwards stack stack-diff ?dup-if \ this check is not necessary, gcc would do this for us stack inst-stream = if @@ -1166,7 +1166,7 @@ stack inst-stream IP Cell r> in-part ! ; : part-stack-pointer-updates ( -- ) - max-stacks 0 +do + next-stack-number @ 0 +do i part-num @ 1+ s-c-max-depth @ dup i num-combined @ s-c-max-depth @ = \ final depth swap i part-num @ s-c-max-depth @ <> \ just reached now