From cfae3350990083e9fb312d9b6fdc65ac8dfc6ccf Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Sun, 20 Oct 1991 23:38:37 +0000 Subject: [PATCH] Added :UNIX to the features list. --- code/misc.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/misc.lisp b/code/misc.lisp index 9e73e229f..bccefe41a 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.") -- GitLab