[cmucl-cvs] [git] CMU Common Lisp branch master updated. snapshot-2013-02-9-g3e1b21d
Raymond Toy
rtoy at common-lisp.net
Fri Feb 22 03:26:22 UTC 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".
The branch, master has been updated
via 3e1b21d485864fb5f783153170c8a8365815b326 (commit)
from f1e5d9fb70fa9697a66ccce443b0a338d60d05d5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3e1b21d485864fb5f783153170c8a8365815b326
Author: Raymond Toy <toy.raymond at gmail.com>
Date: Thu Feb 21 19:26:15 2013 -0800
Remove :COMMON from *FEATURES*
lispinit.lisp::
* Remove :COMMON from *FEATURES*
misc.lisp::
* Remove unused defvar of *features*.
diff --git a/src/code/lispinit.lisp b/src/code/lispinit.lisp
index 81a6e20..d77f29a 100644
--- a/src/code/lispinit.lisp
+++ b/src/code/lispinit.lisp
@@ -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.")
diff --git a/src/code/misc.lisp b/src/code/misc.lisp
index 3942689..7c83587 100644
--- a/src/code/misc.lisp
+++ b/src/code/misc.lisp
@@ -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)
-----------------------------------------------------------------------
Summary of changes:
src/code/lispinit.lisp | 2 +-
src/code/misc.lisp | 5 -----
2 files changed, 1 insertions(+), 6 deletions(-)
hooks/post-receive
--
CMU Common Lisp
More information about the cmucl-cvs
mailing list