From 28f7cca1ac9188e2be01c70d596d56b33ac79cc8 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Wed, 18 Aug 1993 22:10:54 +0000
Subject: [PATCH] Delete :CMU18 from *features* defvar.  Instead, we add these
 features using the FEATURES file or other feature hacks.

---
 code/misc.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/misc.lisp b/code/misc.lisp
index 38b2da45b..c376f7798 100644
--- a/code/misc.lisp
+++ b/code/misc.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/misc.lisp,v 1.19 1993/08/05 19:47:20 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/misc.lisp,v 1.20 1993/08/18 22:10:54 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -66,7 +66,7 @@
 		 (info random-documentation stuff name))))))
   string)
 
-(defvar *features* '(:common :cmu :cmu18 :new-compiler)
+(defvar *features* '(:common :cmu :new-compiler)
   "Holds a list of symbols that describe features provided by the
    implementation.")
 
-- 
GitLab