mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(most-positive-fixnum, most-negative-fixnum):
Remove.
This commit is contained in:
parent
57b338e898
commit
9542e3f508
1 changed files with 0 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue