inttostr: simplify by removing unnecessary redundancy
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 24 Oct 2010 17:11:16 +0000 (10:11 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 24 Oct 2010 17:15:59 +0000 (10:15 -0700)
commit9f3df9d2a82a315807106243b8ba70992bdba380
treead6c72fd0fc8cac229b42e3ef4eb40562a995c10
parent9645318f03f2c43c8717886f2e129df7931afcb6
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, disable the bogus GCC warnings, so that
there's no need for inttype_is_signed and for calling TYPE_SIGNED.
* 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'.
ChangeLog
lib/anytostr.c
lib/imaxtostr.c
lib/inttostr.c
lib/offtostr.c
lib/uinttostr.c
lib/umaxtostr.c
modules/inttostr