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:
e65c100
)
Ooops.. small type val->value
author
ssmith
<ssmith>
Wed, 25 Oct 1995 20:16:02 +0000
(20:16 +0000)
committer
ssmith
<ssmith>
Wed, 25 Oct 1995 20:16:02 +0000
(20:16 +0000)
v8/src/compiler/machines/i386/make.scm
patch
|
blob
|
history
diff --git
a/v8/src/compiler/machines/i386/make.scm
b/v8/src/compiler/machines/i386/make.scm
index 0b368792fb4871cd8de80f5d7d0c9eedf06b046c..8610e6272d8bca630263bc02c535a7090ca6aa5e 100644
(file)
--- a/
v8/src/compiler/machines/i386/make.scm
+++ b/
v8/src/compiler/machines/i386/make.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: make.scm,v 1.
2 1995/10/25 19:54:30
ssmith Exp $
+$Id: make.scm,v 1.
3 1995/10/25 20:16:02
ssmith Exp $
Copyright (c) 1992-1993 Massachusetts Institute of Technology
@@
-43,6
+43,6
@@
MIT in each case. |#
(env (->environment '(compiler))))
(set! (access compiler:generate-stack-checks? env) false)
(set! (access compiler:compress-top-level? env) true)
- val)
+ val
ue
)
(load "midend/load" #F))))
(loader))