aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert1997-10-23 04:29:36 +0000
committerPaul Eggert1997-10-23 04:29:36 +0000
commit2bbd9a61a6ea20ecc67e7438a0b0a5ff77405bcd (patch)
treede5f6dfc41c622930dbffd865f1f8bbe05f286e5 /src
parent2f2615421a621debb889339e2b9e0178ec89ed1a (diff)
downloademacs-2bbd9a61a6ea20ecc67e7438a0b0a5ff77405bcd.tar.gz
emacs-2bbd9a61a6ea20ecc67e7438a0b0a5ff77405bcd.zip
(DBL_DIG): Remove; the default value is now set in print.c.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lisp.h b/src/lisp.h
index b13f4e26378..4119ea78bf6 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1130,10 +1130,6 @@ typedef unsigned char UCHAR;
1130 1130
1131#ifdef LISP_FLOAT_TYPE 1131#ifdef LISP_FLOAT_TYPE
1132 1132
1133#ifndef DBL_DIG
1134#define DBL_DIG 20
1135#endif
1136
1137#define XFLOATINT(n) extract_float((n)) 1133#define XFLOATINT(n) extract_float((n))
1138 1134
1139#define CHECK_FLOAT(x, i) \ 1135#define CHECK_FLOAT(x, i) \