Removed definitions of PUT and GET so the ones in library.scm are used.
authorStephen Adams <edu/mit/csail/zurich/adams>
Tue, 28 Feb 1995 01:35:10 +0000 (01:35 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Tue, 28 Feb 1995 01:35:10 +0000 (01:35 +0000)
v8/src/bench/dderiv.scm

index b5cf41e15748b11b7b6a7b254f864f3d2a2c283b..8c332c63a617f1c70cc3adb2ffa57fc4022c41bb 100644 (file)
@@ -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))