libc/posix regexec.c
drepper@sources.redhat.com
drepper@sources.redhat.com
Wed Sep 4 20:38:00 GMT 2002
CVSROOT: /cvs/glibc
Module name: libc
Changes by: drepper@sources.redhat.com 2002-09-04 20:38:28
Modified files:
posix : regexec.c
Log message:
(regexec): Append "__restrict" modifier to avoid warnings of some compilers.
(transit_state_bkref_loop): Change the type of characters from
"unsigned char" to "char", and append a cast to "char*" pointer in
array subscript.
(check_node_accept_bytes): Likewise.
(find_collation_sequence_value): Likewise.
More information about the Glibc-cvs
mailing list