mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-28 05:50:30 +02:00
Remove "pop" from $prompt
* module/language/cps.scm: * module/language/cps/closure-conversion.scm: * module/language/cps/compile-bytecode.scm: * module/language/cps/dfg.scm: * module/language/cps/slot-allocation.scm: * module/language/cps/verify.scm: * module/language/tree-il/compile-cps.scm: Remove "pop" member from $prompt data type, as it is no longer used.
This commit is contained in:
parent
146ce52d21
commit
7ab76a830b
7 changed files with 24 additions and 26 deletions
|
@ -845,7 +845,7 @@ BODY for each body continuation in the prompt."
|
|||
(($ $values args)
|
||||
(for-each use! args))
|
||||
|
||||
(($ $prompt escape? tag handler pop)
|
||||
(($ $prompt escape? tag handler)
|
||||
(use! tag)
|
||||
(use-k! handler))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue