annotate lib/uinttostr.c @ 17282:a4996fb12971

locale: port to Solaris 2.6 and 7 + GNU gettext * lib/locale.in.h: Just include_next <locale.h> when being invoked recursively. This prevents problems on Solaris 2.6 and 7 when combining the localename module with GNU gettext 0.18.2. Problem reported by Tom G. Christensen in <http://lists.gnu.org/archive/html/bug-gnulib/2013-01/msg00084.html>.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 10 Jan 2013 13:24:13 -0800
parents d5c7df915328
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13400
4a25c1663687 inttostr: add a new function, inttostr, and tests
Jim Meyering <meyering@redhat.com>
parents: 12221
diff changeset
1 #define anytostr uinttostr
7543
8c6aad2a3515 * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
Jim Meyering <jim@meyering.net>
parents:
diff changeset
2 #define inttype unsigned int
13400
4a25c1663687 inttostr: add a new function, inttostr, and tests
Jim Meyering <meyering@redhat.com>
parents: 12221
diff changeset
3 #include "anytostr.c"