Skip to content
Snippets Groups Projects
Commit 2e1000e0 authored by wlott's avatar wlott
Browse files

Chagned NEW-BACKEND to call DEFINE-STANDARD-TYPE-PREDICATES to fill in

the BACKEND-TYPE-PREDICATES and BACKEND-PREDICATE-TYPES slots.
parent ee60ca90
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (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 @@ ...@@ -304,5 +304,6 @@
:key #'info-env-name)) :key #'info-env-name))
:%features features :%features features
:misfeatures misfeatures))) :misfeatures misfeatures)))
(setf *target-backend* backend))) (setf *target-backend* backend)
(define-standard-type-predicates)
backend))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment