emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calc/calc-bin.el,v


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-bin.el,v
Date: Sun, 08 Jul 2007 00:26:03 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jay Belanger <jpb>      07/07/08 00:26:02

Index: calc-bin.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/calc/calc-bin.el,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- calc-bin.el 8 Jul 2007 00:17:08 -0000       1.18
+++ calc-bin.el 8 Jul 2007 00:26:02 -0000       1.19
@@ -40,7 +40,7 @@
 the size of a Calc bignum digit.")
 
 (defconst math-bignum-digit-power-of-two
-  (eval-when-compile (expt 2 math-bignum-logb-digit-size))
+  (eval-when-compile (expt 2 (logb math-bignum-digit-size)))
   "The largest power of 2 less than the size of a Calc bignum digit.")
 
 ;;; b-prefix binary commands.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]