From: Paul Eggert Date: Mon, 31 Dec 2012 03:25:19 +0000 (-0800) Subject: regex: remove unnecessary dependency on localcharset.h X-Git-Tag: v0.1~287 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=14ec011a3937faee6f4af6ea1655fffdf5691576;p=gnulib.git regex: remove unnecessary dependency on localcharset.h * lib/regex_internal.h [!_LIBC]: Don't include localcharset.h; hasn't been needed for years. * modules/regex (Depends-on): Remove localcharset. --- diff --git a/ChangeLog b/ChangeLog index c1ef33d4d7..9d1a69ba03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2012-12-30 Paul Eggert + regex: remove unnecessary dependency on localcharset.h + * lib/regex_internal.h [!_LIBC]: Don't include localcharset.h; + hasn't been needed for years. + * modules/regex (Depends-on): Remove localcharset. + regex: revert single-byte change * lib/regexec.c (check_node_accept_bytes): Revert previous change to this function. This was alredy fixed in a different way, at diff --git a/lib/regex_internal.h b/lib/regex_internal.h index 0f6d398c28..b44797a54c 100644 --- a/lib/regex_internal.h +++ b/lib/regex_internal.h @@ -27,9 +27,6 @@ #include #include -#ifndef _LIBC -# include "localcharset.h" -#endif #include #include #include diff --git a/modules/regex b/modules/regex index 279f10a10b..8f5eda0612 100644 --- a/modules/regex +++ b/modules/regex @@ -18,7 +18,6 @@ ssize_t alloca-opt [test $ac_use_included_regex = yes] btowc [test $ac_use_included_regex = yes] gettext-h [test $ac_use_included_regex = yes] -localcharset [test $ac_use_included_regex = yes] malloc-gnu [test $ac_use_included_regex = yes] memcmp [test $ac_use_included_regex = yes] memmove [test $ac_use_included_regex = yes]