From 4b6cb23e93b0018d320b5ce20cb059576fbf7c60 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Sat, 29 Apr 1995 01:11:40 +0000 Subject: [PATCH] Tidying. --- v8/src/compiler/midend/utils.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/v8/src/compiler/midend/utils.scm b/v8/src/compiler/midend/utils.scm index c35298400..8d90be5d6 100644 --- a/v8/src/compiler/midend/utils.scm +++ b/v8/src/compiler/midend/utils.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: utils.scm,v 1.21 1995/04/01 16:56:23 adams Exp $ +$Id: utils.scm,v 1.22 1995/04/29 01:11:40 adams Exp $ -Copyright (c) 1994 Massachusetts Institute of Technology +Copyright (c) 1994-1995 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -193,7 +193,7 @@ MIT in each case. |# (primitive-procedure? (quote/text rator)))) `(,(quote/text rator) ,@rands)) (else `(,rator ,@rands))))) - ((SET!/? form) `(set! ,(second from) ,(kmp->standard (third form)))) + ((SET!/? form) `(set! ,(second form) ,(kmp->standard (third form)))) ((DECLARE/? form) form) (else (cons (car form) (map kmp->standard (cdr form)))))) @@ -279,7 +279,7 @@ MIT in each case. |# ,body))) `(CALL ,(remember rator* rator) ,cont-expr - ,@(lmap cadr bindings*)))))) + ,@(map cadr bindings*)))))) (if (not cont-binding) (finish (new-continuation-variable) `(QUOTE #F) -- 2.25.1