make-stack handles prompt tags better
authorNoah Lavine <noah.b.lavine@gmail.com>
Thu, 19 Apr 2012 02:10:21 +0000 (22:10 -0400)
committerNoah Lavine <noah.b.lavine@gmail.com>
Tue, 24 Apr 2012 01:27:39 +0000 (21:27 -0400)
commit99d7688b6ca33f3d274fee2ad15503c4ad16bf71
tree058905d35c3a867779dd4fbd42824a2f94e8045f
parentebc30e3fde43e6330b0e9290c15c212844e12675
make-stack handles prompt tags better

* libguile/stacks.c: update make-stack and narrow_stack to handle
  prompt tags that are not symbols.
* test-suite/tests/eval.test: add tests for trimming a stack with
  a prompt tag.
libguile/stacks.c
test-suite/tests/eval.test