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:
@@ -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.
|
||||
|
||||
5
src/od.c
5
src/od.c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user