summaryrefslogtreecommitdiff
path: root/lib/regex.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-08-23 19:11:45 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-08-23 19:11:45 +0000
commitb5fb70042633a9d83409be29d76057295c6614e7 (patch)
treedb48aae3ce83861731a2a8702386a7fc695c3b79 /lib/regex.h
parent576ad3853e771fde0041056dcdbffb6702db7dc0 (diff)
downloadgnulib-b5fb70042633a9d83409be29d76057295c6614e7.tar.gz
* config/srclist.txt: Add glibc bug 1232.
* lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James Youngman in <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
Diffstat (limited to 'lib/regex.h')
-rw-r--r--lib/regex.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/regex.h b/lib/regex.h
index 425f60e9f0..c31095aa2f 100644
--- a/lib/regex.h
+++ b/lib/regex.h
@@ -136,8 +136,7 @@ typedef unsigned long int reg_syntax_t;
/* If this bit is set, then an ending range point collating higher
than the starting range point, as in [z-a], is invalid.
- If not set, then when ending range point collates higher than the
- starting range point, the range is ignored. */
+ If not set, the containing range is empty and does not match any string. */
#define RE_NO_EMPTY_RANGES (RE_NO_BK_VBAR << 1)
/* If this bit is set, then an unmatched ) is ordinary.