From 93bb54c21385be4a60d881d1ebaa7798828ddf9c Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Thu, 5 Aug 1993 19:47:20 +0000 Subject: [PATCH] Changed the :cmu17 feature to :cmu18. --- code/misc.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/misc.lisp b/code/misc.lisp index caa4226cf..38b2da45b 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.18 1993/06/23 19:14:40 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/misc.lisp,v 1.19 1993/08/05 19:47:20 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -66,7 +66,7 @@ (info random-documentation stuff name)))))) string) -(defvar *features* '(:common :cmu :cmu17 :new-compiler) +(defvar *features* '(:common :cmu :cmu18 :new-compiler) "Holds a list of symbols that describe features provided by the implementation.") -- GitLab