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

Added all of the ANSI CL features that seemed plausible. Any non-ANSI

compliance is now a bug, not a feature...
parent 584e61e9
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.20 1993/08/18 22:10:54 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/misc.lisp,v 1.21 1994/01/05 17:04:23 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -66,7 +66,8 @@ ...@@ -66,7 +66,8 @@
(info random-documentation stuff name)))))) (info random-documentation stuff name))))))
string) string)
(defvar *features* '(:common :cmu :new-compiler) (defvar *features* '(:common :cmu :new-compiler :cltl2 :common-lisp :ansi-cl
:draft-ansi-cl :x3j13 :ieee-floating-point)
"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