changeset 20123:721fb6981822

(DBL_DIG): Remove; the default value is now set in print.c.
author Paul Eggert <eggert@twinsun.com>
date Thu, 23 Oct 1997 04:29:36 +0000
parents 923e1f635ace
children ecae234a33bb
files src/lisp.h
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/lisp.h	Thu Oct 23 04:29:36 1997 +0000
+++ b/src/lisp.h	Thu Oct 23 04:29:36 1997 +0000
@@ -1130,10 +1130,6 @@
 
 #ifdef LISP_FLOAT_TYPE
 
-#ifndef DBL_DIG
-#define DBL_DIG 20
-#endif
-
 #define XFLOATINT(n) extract_float((n))
 
 #define CHECK_FLOAT(x, i)		\