Mercurial > hg > octave-lojdl > gnulib-hg
view modules/setlocale @ 17138:42f6597efac3
* lib/regexec.c (re_search_internal): Fix grammar in comment.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 16 Oct 2012 16:01:05 -0700 |
parents | e5a3db1759c6 |
children |
line wrap: on
line source
Description: setlocale() function: set the current locale. Files: lib/setlocale.c m4/setlocale.m4 Depends-on: locale localename [test $REPLACE_SETLOCALE = 1] configure.ac: gl_FUNC_SETLOCALE if test $REPLACE_SETLOCALE = 1; then AC_LIBOBJ([setlocale]) gl_PREREQ_SETLOCALE fi gl_LOCALE_MODULE_INDICATOR([setlocale]) Makefile.am: Include: <locale.h> License: LGPL Maintainer: Bruno Haible