* * stacks.c, stacks.h (scm_make_stack): Now takes arbitrary
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Sat, 2 Nov 1996 20:54:19 +0000 (20:54 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Sat, 2 Nov 1996 20:54:19 +0000 (20:54 +0000)
commitf6f88e0d9448647f81f87d7f9b2d62a7172ee613
treeae389659577ab10519cc1fce0010c02125f166fb
parent308277cbb47125ccfd14d97f8202049b25b8e0f4
* * stacks.c, stacks.h (scm_make_stack): Now takes arbitrary
number of stack narrowing specifier pairs.  The first specifier in
a pair controls inner border, the second the outer border.  A
number means cut that number of frames, a procedure object means
cut until that object is found in operator position in a frame.
libguile/stacks.c
libguile/stacks.h