]> git.eshelyaron.com Git - emacs.git/commitdiff
(most-positive-fixnum, most-negative-fixnum):
authorGerd Moellmann <gerd@gnu.org>
Sat, 6 Oct 2001 23:24:15 +0000 (23:24 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sat, 6 Oct 2001 23:24:15 +0000 (23:24 +0000)
Remove.

lisp/emacs-lisp/cl.el

index 66947c01daa431062ba1b95f7b257b6b0abe25e4..f77c15414a3531456889387d442fb71744f49aea 100644 (file)
@@ -291,10 +291,6 @@ always returns nil."
 
 (defvar *random-state* (vector 'cl-random-state-tag -1 30 (cl-random-time)))
 
-;;; We use `eval' in case VALBITS differs from compile-time to load-time.
-(defconst most-positive-fixnum (eval '(lsh -1 -1)))
-(defconst most-negative-fixnum (eval '(- -1 (lsh -1 -1))))
-
 ;;; The following are actually set by cl-float-limits.
 (defconst most-positive-float nil)
 (defconst most-negative-float nil)