diff --git a/code/misc.lisp b/code/misc.lisp index 9e73e229ffdf97060ab203d4b0f5b38e7397866e..bccefe41a5261b879c389b387909504b3eaef9dc 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.10 1991/08/30 15:38:04 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/misc.lisp,v 1.11 1991/10/20 23:38:37 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -62,7 +62,7 @@ (info random-documentation stuff name)))))) string) -(defvar *features* '(:common :cmu :new-compiler) +(defvar *features* '(:common :cmu :new-compiler :unix) "Holds a list of symbols that describe features provided by the implementation.")