From 2e1000e0e3fc8165a47a7300b66501fc1718aa43 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Thu, 28 May 1992 23:15:39 +0000
Subject: [PATCH] Chagned NEW-BACKEND to call DEFINE-STANDARD-TYPE-PREDICATES
 to fill in the BACKEND-TYPE-PREDICATES and BACKEND-PREDICATE-TYPES slots.

---
 compiler/backend.lisp | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/compiler/backend.lisp b/compiler/backend.lisp
index dda263dc5..ed7a28210 100644
--- a/compiler/backend.lisp
+++ b/compiler/backend.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/backend.lisp,v 1.22 1992/05/18 18:27:33 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/backend.lisp,v 1.23 1992/05/28 23:15:39 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -304,5 +304,6 @@
 				   :key #'info-env-name))
 		  :%features features
 		  :misfeatures misfeatures)))
-    (setf *target-backend* backend)))
-
+    (setf *target-backend* backend)
+    (define-standard-type-predicates)
+    backend))
-- 
GitLab