From 9542e3f5084a5fc3c9060da592595ceb3b4738e3 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sat, 6 Oct 2001 23:24:15 +0000 Subject: [PATCH] (most-positive-fixnum, most-negative-fixnum): Remove. --- lisp/emacs-lisp/cl.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el index 66947c01daa..f77c15414a3 100644 --- a/lisp/emacs-lisp/cl.el +++ b/lisp/emacs-lisp/cl.el @@ -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) -- 2.39.5