annotate lib/count-leading-zeros.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 22a948de1761
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17166
22a948de1761 count-leading-zeros: better 'inline'
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
1 #include <config.h>
22a948de1761 count-leading-zeros: better 'inline'
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
2 #define COUNT_LEADING_ZEROS_INLINE _GL_EXTERN_INLINE
22a948de1761 count-leading-zeros: better 'inline'
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
3 #include "count-leading-zeros.h"