Mercurial > hg > octave-kai > gnulib-hg
changeset 6708:4333ccdc4d2f
(gl_REGEX): Fix typo in last change:
s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Fri, 17 Mar 2006 10:14:32 +0000 |
parents | d0a48e08c98d |
children | 9bdb703dd1b8 |
files | m4/ChangeLog m4/regex.m4 |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,8 @@ +2006-03-17 Jim Meyering <jim@meyering.net> + + * regex.m4 (gl_REGEX): Fix typo in last change: + s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/. + 2006-03-16 Paul Eggert <eggert@cs.ucla.edu> * regex.m4 (gl_REGEX): Don't check for off_t, since the code
--- a/m4/regex.m4 +++ b/m4/regex.m4 @@ -1,4 +1,4 @@ -#serial 32 +#serial 33 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # 2006 Free Software Foundation, Inc. @@ -116,7 +116,7 @@ esac if test $ac_use_included_regex = yes; then - AC_DEFINE([_REGEX_WIDE_OFFSETS], 1, + AC_DEFINE([_REGEX_LARGE_OFFSETS], 1, [Define if you want regoff_t to be at least as wide POSIX requires.]) AC_DEFINE([re_syntax_options], [rpl_re_syntax_options], [Define to rpl_re_syntax_options if the replacement should be used.])