1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00

* src/od.c (LDBL_DIG): Remove now-unneeded definition.

This commit is contained in:
Jim Meyering
2007-08-24 14:51:55 +02:00
parent dbb6c7b2e7
commit 0ea19fb55c
2 changed files with 2 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
2007-08-24 Jim Meyering <jim@meyering.net>
* src/od.c (LDBL_DIG): Remove now-unneeded definition.
Arrange to use tag names like vM.N, rather than COREUTILS-M_N.
* Makefile.maint (this-vc-tag) [git]: Simply use v$(VERSION).
(this-vc-tag-regexp): New variable.

View File

@@ -53,11 +53,6 @@ typedef double LONG_DOUBLE;
# define DBL_DIG 15
#endif
/* The number of decimal digits of precision in a long double. */
#ifndef LDBL_DIG
# define LDBL_DIG DBL_DIG
#endif
#if HAVE_UNSIGNED_LONG_LONG_INT
typedef unsigned long long int unsigned_long_long_int;
#else