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:
49eb7f8
)
Removed definitions of PUT and GET so the ones in library.scm are used.
author
Stephen Adams
<edu/mit/csail/zurich/adams>
Tue, 28 Feb 1995 01:35:10 +0000
(
01:35
+0000)
committer
Stephen Adams
<edu/mit/csail/zurich/adams>
Tue, 28 Feb 1995 01:35:10 +0000
(
01:35
+0000)
v8/src/bench/dderiv.scm
patch
|
blob
|
history
diff --git
a/v8/src/bench/dderiv.scm
b/v8/src/bench/dderiv.scm
index b5cf41e15748b11b7b6a7b254f864f3d2a2c283b..8c332c63a617f1c70cc3adb2ffa57fc4022c41bb 100644
(file)
--- a/
v8/src/bench/dderiv.scm
+++ b/
v8/src/bench/dderiv.scm
@@
-36,8
+36,8
@@
; Returns the wrong answer for quotients.
; Fortunately these aren't used in the benchmark.
-(define get 2d-get)
-(define put 2d-put!)
+
;;
(define get 2d-get)
+
;;
(define put 2d-put!)
(define (dderiv-aux a)
(list '_/ (dderiv a) a))