# HG changeset patch # User Gerd Moellmann # Date 1002410655 0 # Node ID ace21ec30053a0e51bbc3abe821df6192dd25bd1 # Parent 68ff1433738f15b4f90d178c7175ba3fc2a3c808 (most-positive-fixnum, most-negative-fixnum): Remove. diff -r 68ff1433738f -r ace21ec30053 lisp/emacs-lisp/cl.el --- 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)