Mercurial > hg > octave-shane > gnulib-hg
view tests/test-wcsrtombs2.sh @ 17544:6d4e36653a40
obstack: pacify HP C
* lib/obstack.h (obstack_free) [!__GNUC__]: Rewrite to avoid
warning "conversion from pointer to smaller integer" from HP
C-ANSI-C - cc version B9007AA/B3910B A.06.26. It's safe to assume
C89 or later nowadays, so cast to void instead of int. Privately
reported by H.Merijn Brand. Also, change header to match glibc's,
to make checking against glibc easier.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Thu, 31 Oct 2013 09:44:44 -0700 |
parents | d3a1e8911dfa |
children |
line wrap: on
line source
#!/bin/sh # Test whether a specific UTF-8 locale is installed. : ${LOCALE_FR_UTF8=fr_FR.UTF-8} if test $LOCALE_FR_UTF8 = none; then if test -f /usr/bin/localedef; then echo "Skipping test: no french Unicode locale is installed" else echo "Skipping test: no french Unicode locale is supported" fi exit 77 fi LC_ALL=$LOCALE_FR_UTF8 \ ./test-wcsrtombs${EXEEXT} 2