projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e83822
)
Fixed typo.
author
Stephen Adams
<edu/mit/csail/zurich/adams>
Sat, 6 May 1995 18:28:45 +0000
(18:28 +0000)
committer
Stephen Adams
<edu/mit/csail/zurich/adams>
Sat, 6 May 1995 18:28:45 +0000
(18:28 +0000)
v8/src/compiler/midend/utils.scm
patch
|
blob
|
history
diff --git
a/v8/src/compiler/midend/utils.scm
b/v8/src/compiler/midend/utils.scm
index 7d606d9cb30ebb08ca421844cd20302fa09ded8d..d58e5df226e899136a186c1b9fe7b4ddbc68f330 100644
(file)
--- a/
v8/src/compiler/midend/utils.scm
+++ b/
v8/src/compiler/midend/utils.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: utils.scm,v 1.2
4 1995/05/06 18:04:53
adams Exp $
+$Id: utils.scm,v 1.2
5 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/expr
s
(car actions)))
(cdr actions))
actions*)))
((and (not (null? actions*))