The info stored in operations is 2-valued and must be separated into
authorChris Hanson <org/chris-hanson/cph>
Wed, 18 Mar 1987 22:51:09 +0000 (22:51 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 18 Mar 1987 22:51:09 +0000 (22:51 +0000)
its components before being changed to the external representation.

v7/src/sf/pardec.scm

index 23428198ccf469ae9c56fccfeab7fe3f40743e2d..597a6536722f3a1d18dacfe7bd3bc3ca84702aed 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/sf/pardec.scm,v 3.1 1987/03/13 04:13:19 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/sf/pardec.scm,v 3.2 1987/03/18 22:51:09 cph Exp $
 
 Copyright (c) 1987 Massachusetts Institute of Technology
 
@@ -301,5 +301,7 @@ MIT in each case. |#
                            block
                            expression)))))))
        (if info
-           (finish info)
+           (transmit-values info
+             (lambda (value uninterned)
+               (finish value)))
            (variable/final-value variable environment finish if-not))))))
\ No newline at end of file