Temporarily commented out unsafe accessors for cookie calls.
authorStephen Adams <edu/mit/csail/zurich/adams>
Sat, 8 Apr 1995 16:44:54 +0000 (16:44 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Sat, 8 Apr 1995 16:44:54 +0000 (16:44 +0000)
v8/src/compiler/midend/fakeprim.scm

index 05e72353b0a63656116cabbdd30d6e8f5c391e00..aebfe66379e04c927376dfefdb12eb309777bd1d 100644 (file)
@@ -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)