mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
Remove obsolete `save-stack' case.
* module/ice-9/boot-9.scm (save-stack): Remove obsolete `tk-stack' case.
This commit is contained in:
parent
b6d2306d40
commit
b70f43e318
1 changed files with 0 additions and 2 deletions
|
@ -2630,8 +2630,6 @@ module '(ice-9 q) '(make-q q-length))}."
|
|||
(apply make-stack #t save-stack primitive-eval #t 0 narrowing))
|
||||
((load-stack)
|
||||
(apply make-stack #t save-stack 0 #t 0 narrowing))
|
||||
((tk-stack)
|
||||
(apply make-stack #t save-stack tk-stack-mark #t 0 narrowing))
|
||||
((#t)
|
||||
(apply make-stack #t save-stack 0 1 narrowing))
|
||||
(else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue