view lib/imaxtostr.c @ 13824:d5c7df915328

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'.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 24 Oct 2010 10:11:16 -0700
parents 1cf23bf4f6e4
children
line wrap: on
line source

#define anytostr imaxtostr
#define inttype intmax_t
#include "anytostr.c"