mirror of git://sourceware.org/git/glibc.git
One forgotten checkin from regex changes.
This commit is contained in:
parent
2da42bc065
commit
aa732e2b2b
|
|
@ -409,8 +409,8 @@ re_compile_fastmap_iter (regex_t *bufp, const re_dfastate_t *init_state,
|
||||||
!= (size_t) -1)
|
!= (size_t) -1)
|
||||||
re_set_fastmap (fastmap, false, *(unsigned char *) buf);
|
re_set_fastmap (fastmap, false, *(unsigned char *) buf);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif /* RE_ENABLE_I18N */
|
#endif /* RE_ENABLE_I18N */
|
||||||
else if (type == OP_PERIOD
|
else if (type == OP_PERIOD
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue