changeset 39630:ace21ec30053

(most-positive-fixnum, most-negative-fixnum): Remove.
author Gerd Moellmann <gerd@gnu.org>
date Sat, 06 Oct 2001 23:24:15 +0000
parents 68ff1433738f
children 3d61dd23854a
files lisp/emacs-lisp/cl.el
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/cl.el	Sat Oct 06 10:43:21 2001 +0000
+++ b/lisp/emacs-lisp/cl.el	Sat Oct 06 23:24:15 2001 +0000
@@ -291,10 +291,6 @@
 
 (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)