diff options
author | Akim Demaille <akim@lrde.epita.fr> | 2012-06-05 17:46:58 +0200 |
---|---|---|
committer | Akim Demaille <akim@lrde.epita.fr> | 2012-06-05 17:55:24 +0200 |
commit | 84526bf3d156154d8372fff0d232dd4f347f2233 (patch) | |
tree | b341a54fbbc49909a7b6b63f5191bdcb392c7ca3 /lib | |
parent | d9a7c07c5a522f770b0f28c82c91b8010cb7b95c (diff) | |
download | bison-84526bf3d156154d8372fff0d232dd4f347f2233.tar.gz |
maint: don't use mbsr?chr.
Basically, revert ba60c39547a445dee3e07920931b4d7a81843868's move to
mbs* functions, which was prompted by -DGNULIB_POSIXCHECK. See
<http://lists.gnu.org/archive/html/bison-patches/2012-05/msg00052.html>
and following.
* bootstrap.conf: No longer ask for them.
* src/files.c, src/getargs.c, src/location.c,
* src/parse-gram.c, src/parse-gram.y, src/scan-gram.l,
* src/symtab.c: s/mbs(r?chr)/str$1/g.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/.gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/.gitignore b/lib/.gitignore index 0b3bcc91..8e0e2096 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -109,9 +109,7 @@ /mbchar.c /mbchar.h /mbrtowc.c -/mbschr.c /mbsinit.c -/mbsrchr.c /mbswidth.c /mbswidth.h /mbuiter.h |