mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-21 14:53:53 +03:00
Update.
2003-06-17 Jakub Jelinek <jakub@redhat.com> * posix/regcomp.c (build_word_op): Use alnum instead of alpha class.
This commit is contained in:
@@ -3341,7 +3341,7 @@ build_word_op (dfa, trans, not, err)
|
||||
#ifdef RE_ENABLE_I18N
|
||||
mbcset, &alloc,
|
||||
#endif /* RE_ENABLE_I18N */
|
||||
(const unsigned char *) "alpha", 0);
|
||||
(const unsigned char *) "alnum", 0);
|
||||
|
||||
if (BE (ret != REG_NOERROR, 0))
|
||||
{
|
||||
|
Reference in New Issue
Block a user