summaryrefslogtreecommitdiff
path: root/modules/inttostr
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2010-10-22 11:14:17 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2010-10-22 11:14:58 -0700
commitba6c03ba1a75ab19506e823d7a1d2f7daa70821b (patch)
tree0e3b5bc9cacab2db4e6333230f9636972b844e69 /modules/inttostr
parenta0598ff28d2256e53968f760492c55879055ea94 (diff)
downloadgnulib-ba6c03ba1a75ab19506e823d7a1d2f7daa70821b.tar.gz
inttostr: simplify by removing unnecessary redundancy
* lib/anytostr.c: Don't include verify.h. (anytostr): Don't verify that TYPE_SIGNED (inttype) equals inttype_is_signed. Instead, use TYPE_SIGNED (inttype) directly. This removes the need for inttype_is_signed, which was put in to suppress some GCC warnings about conversions. This rewrite should also suppress those warnings. * lib/imaxtostr.c (inttype_is_signed): Remove; no longer needed. * lib/inttostr.c, lib/offtostr.c, lib/uinttostr.c, lib/umaxtostr.c: Likewise. * modules/inttostr (Depends-on): Remove 'verify'.
Diffstat (limited to 'modules/inttostr')
-rw-r--r--modules/inttostr1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/inttostr b/modules/inttostr
index 495ef25cf5..6bbec28955 100644
--- a/modules/inttostr
+++ b/modules/inttostr
@@ -14,7 +14,6 @@ m4/inttostr.m4
Depends-on:
intprops
stdint
-verify
configure.ac:
gl_INTTOSTR