*** empty log message ***
authorChris Hanson <org/chris-hanson/cph>
Thu, 1 Jan 1987 16:55:28 +0000 (16:55 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 1 Jan 1987 16:55:28 +0000 (16:55 +0000)
v7/src/compiler/base/macros.scm

index 19c74be02a672e5f7e58b81a90168cadb6b2de35..0b0d67598e61d8e5625395f4072175e10d74fd11 100644 (file)
@@ -37,7 +37,7 @@
 
 ;;;; Compiler Macros
 
-;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/base/macros.scm,v 1.54 1986/12/21 14:52:26 cph Exp $
+;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/base/macros.scm,v 1.55 1987/01/01 16:55:28 cph Exp $
 
 (declare (usual-integrations))
 \f
 (syntax-table-define (access compiler-syntax-table compiler-package)
                     'UCODE-TYPE
   (macro (name)
-    (or (microcode-type name)
-       (error "Unknown type code" name))))
+    (microcode-type name)))
 
 (syntax-table-define (access compiler-syntax-table compiler-package)
                     'UCODE-PRIMITIVE