1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-10 16:20:17 -08:00

(DBL_DIG): Remove; the default value is now set in print.c.

This commit is contained in:
Paul Eggert 1997-10-23 04:29:36 +00:00
parent 2f2615421a
commit 2bbd9a61a6

View 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) \