Skip to content
Snippets Groups Projects
Commit cfae3350 authored by ram's avatar ram
Browse files

Added :UNIX to the features list.

parent 1bbab191
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (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 @@ ...@@ -62,7 +62,7 @@
(info random-documentation stuff name)))))) (info random-documentation stuff name))))))
string) 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 "Holds a list of symbols that describe features provided by the
implementation.") implementation.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment