1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00
Files
gnulib/modules/inttostr
Paul Eggert 9f3df9d2a8 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'.
2010-10-24 10:15:59 -07:00

37 lines
409 B
Plaintext

Description:
Convert integers to printable strings.
Files:
lib/anytostr.c
lib/imaxtostr.c
lib/inttostr.c
lib/inttostr.h
lib/offtostr.c
lib/umaxtostr.c
lib/uinttostr.c
m4/inttostr.m4
Depends-on:
intprops
stdint
configure.ac:
gl_INTTOSTR
Makefile.am:
lib_SOURCES += \
imaxtostr.c \
inttostr.c \
offtostr.c \
uinttostr.c \
umaxtostr.c
Include:
"inttostr.h"
License:
LGPL
Maintainer:
Paul Eggert