Skip to content
Snippets Groups Projects
Commit 3e1b21d4 authored by Raymond Toy's avatar Raymond Toy
Browse files

Remove :COMMON from *FEATURES*

 lispinit.lisp::
 * Remove :COMMON from *FEATURES*
 misc.lisp::
 * Remove unused defvar of *features*.
parent f1e5d9fb
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
(export '(most-positive-fixnum most-negative-fixnum sleep
++ +++ ** *** // ///))
(defvar *features* '(:common :common-lisp :ansi-cl :ieee-floating-point :cmu)
(defvar *features* '(:common-lisp :ansi-cl :ieee-floating-point :cmu)
"Holds a list of symbols that describe features provided by the
implementation.")
......
......@@ -133,11 +133,6 @@
string)
#+nil
(defvar *features* '(:common :common-lisp :ansi-cl :ieee-floating-point :cmu)
"Holds a list of symbols that describe features provided by the
implementation.")
;;; Register various Lisp features
#+i486
(sys:register-lisp-runtime-feature :i486)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment