1
Fork 0
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:
Andy Wingo 2014-01-09 19:52:58 +01:00
parent 146ce52d21
commit 7ab76a830b
7 changed files with 24 additions and 26 deletions

View file

@ -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))