From 3737c528c7b1a1f95c51919fb99df9059344d25b Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Wed, 13 Jan 1993 17:33:21 +0000
Subject: [PATCH] Added :cmu17 to the features list so that PCL can tell if it
 is in a version 16 or a version 17 series core.

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

diff --git a/code/misc.lisp b/code/misc.lisp
index cf0d16737..5d0eeaf01 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.16 1992/03/07 13:25:34 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/misc.lisp,v 1.17 1993/01/13 17:33:21 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -66,7 +66,7 @@
 		 (info random-documentation stuff name))))))
   string)
 
-(defvar *features* '(:common :cmu :new-compiler)
+(defvar *features* '(:common :cmu :cmu17 :new-compiler)
   "Holds a list of symbols that describe features provided by the
    implementation.")
 
-- 
GitLab