From: Stephen Adams Date: Sat, 8 Apr 1995 16:44:54 +0000 (+0000) Subject: Temporarily commented out unsafe accessors for cookie calls. X-Git-Tag: 20090517-FFI~6490 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=63511ff470b1387cb50adc494595dc9e0890b67b;p=mit-scheme.git Temporarily commented out unsafe accessors for cookie calls. --- diff --git a/v8/src/compiler/midend/fakeprim.scm b/v8/src/compiler/midend/fakeprim.scm index 05e72353b..aebfe6637 100644 --- a/v8/src/compiler/midend/fakeprim.scm +++ b/v8/src/compiler/midend/fakeprim.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: fakeprim.scm,v 1.10 1995/04/01 16:53:14 adams Exp $ +$Id: fakeprim.scm,v 1.11 1995/04/08 16:44:54 adams Exp $ Copyright (c) 1994 Massachusetts Institute of Technology @@ -110,10 +110,10 @@ MIT in each case. |# `())) ,path (INTERNAL-ERROR "Illegal Cookie call syntax" ',name FORM))) - `(DEFINE-INTEGRABLE (,unsafe-name FORM) - ,(if quoted? - `(CADR ,path) - path)) + ;;`(DEFINE-INTEGRABLE (,unsafe-name FORM) + ;; ,(if quoted? + ;; `(CADR ,path) + ;; path)) defs))) (cond ((null? args) defs)