libc/posix regexec.c
drepper@sources.redhat.com
drepper@sources.redhat.com
Sat Nov 29 03:35:00 GMT 2003
CVSROOT: /cvs/glibc
Module name: libc
Changes by: drepper@sourceware.org 2003-11-29 03:35:24
Modified files:
posix : regexec.c
Log message:
(acquire_init_state_context): Make inline. Add always_inline attribute.
(check_matching): Add BE macro. Move if (cur_state->has_backref)
into if (dfa->nbackref).
(sift_states_backward): Fix comment.
(transit_state): Add BE macro. Move if (next_state->has_backref)
into if (dfa->nbackref && next_state). Don't check for next_state
!= NULL twice.
More information about the Glibc-cvs
mailing list