]> git.eshelyaron.com Git - emacs.git/commitdiff
(DBL_DIG): Remove; the default value is now set in print.c.
authorPaul Eggert <eggert@twinsun.com>
Thu, 23 Oct 1997 04:29:36 +0000 (04:29 +0000)
committerPaul Eggert <eggert@twinsun.com>
Thu, 23 Oct 1997 04:29:36 +0000 (04:29 +0000)
src/lisp.h

index b13f4e26378aa386f8b4202681276bfbe0268d88..4119ea78bf6e20c3e992ace462387aa853b3c16f 100644 (file)
@@ -1130,10 +1130,6 @@ typedef unsigned char UCHAR;
 
 #ifdef LISP_FLOAT_TYPE
 
-#ifndef DBL_DIG
-#define DBL_DIG 20
-#endif
-
 #define XFLOATINT(n) extract_float((n))
 
 #define CHECK_FLOAT(x, i)              \