Fixed typo.
authorStephen Adams <edu/mit/csail/zurich/adams>
Sat, 6 May 1995 18:28:45 +0000 (18:28 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Sat, 6 May 1995 18:28:45 +0000 (18:28 +0000)
v8/src/compiler/midend/utils.scm

index 7d606d9cb30ebb08ca421844cd20302fa09ded8d..d58e5df226e899136a186c1b9fe7b4ddbc68f330 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: utils.scm,v 1.24 1995/05/06 18:04:53 adams Exp $
+$Id: utils.scm,v 1.25 1995/05/06 18:28:45 adams Exp $
 
 Copyright (c) 1994-1995 Massachusetts Institute of Technology
 
@@ -238,7 +238,7 @@ MIT in each case. |#
           (if incremental?
               (loop (cdr actions)
                     (append (begin/exprs (car actions)) actions*))
-              (loop (append (reverse (begin/expr (car actions)))
+              (loop (append (reverse (begin/exprs (car actions)))
                             (cdr actions))
                     actions*)))
          ((and (not (null? actions*))