Flush INST.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sun, 5 Jul 1992 13:31:40 +0000 (13:31 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sun, 5 Jul 1992 13:31:40 +0000 (13:31 +0000)
v7/src/compiler/base/macros.scm

index 1a36be969291e9224fb75d4bfbe1eaeab7100e34..20178be5b78991e1efa883c9a006c9286dea01a8 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/base/macros.scm,v 4.10 1990/01/18 22:42:49 cph Rel $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/base/macros.scm,v 4.11 1992/07/05 13:31:40 jinx Exp $
 
-Copyright (c) 1988, 1990 Massachusetts Institute of Technology
+Copyright (c) 1988-1992 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -33,6 +33,7 @@ promotional, or sales literature without prior written consent from
 MIT in each case. |#
 
 ;;;; Compiler Macros
+;;; package: (compiler macros)
 
 (declare (usual-integrations))
 \f
@@ -55,7 +56,6 @@ MIT in each case. |#
              (DEFINE-VECTOR-SLOTS ,transform/define-vector-slots)
              (DESCRIPTOR-LIST ,transform/descriptor-list)
              (ENUMERATION-CASE ,transform/enumeration-case)
-             (INST ,transform/inst)
              (INST-EA ,transform/inst-ea)
              (LAP ,transform/lap)
              (MAKE-LVALUE ,transform/make-lvalue)
@@ -269,10 +269,6 @@ MIT in each case. |#
   (macro some-instructions
     (list 'QUASIQUOTE some-instructions)))
 
-(define transform/inst
-  (macro (the-instruction)
-    (list 'QUASIQUOTE the-instruction)))
-
 (define transform/inst-ea
   (macro (ea)
     (list 'QUASIQUOTE ea)))