From bff6856c09cb89ce94beee14c63a4885a81c5baf Mon Sep 17 00:00:00 2001 From: hallgren <hallgren> Date: Thu, 9 Jul 1992 19:52:42 +0000 Subject: [PATCH] Added :new-assembler to *features* --- compiler/sparc/parms.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compiler/sparc/parms.lisp b/compiler/sparc/parms.lisp index 6c9ed2315..ff84ec4b4 100644 --- a/compiler/sparc/parms.lisp +++ b/compiler/sparc/parms.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/sparc/parms.lisp,v 1.18 1992/06/09 23:46:19 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.19 1992/07/09 19:52:42 hallgren Exp $") ;;; ;;; ********************************************************************** ;;; @@ -41,6 +41,8 @@ ); eval-when +(pushnew :new-assembler *features*) + ;;;; Machine Architecture parameters: -- GitLab