From: Stephen Adams Date: Tue, 28 Feb 1995 01:35:10 +0000 (+0000) Subject: Removed definitions of PUT and GET so the ones in library.scm are used. X-Git-Tag: 20090517-FFI~6582 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=3634513c7306cd824384a8c3c0ba56cfcdda69d2;p=mit-scheme.git Removed definitions of PUT and GET so the ones in library.scm are used. --- diff --git a/v8/src/bench/dderiv.scm b/v8/src/bench/dderiv.scm index b5cf41e15..8c332c63a 100644 --- 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))