(regcomp): Append "__restrict" modifier to avoid warnings of some compilers. (build_c...
commit75e4a282218ce382d0fb3ff1ffef2108dd84fcce
authorUlrich Drepper <drepper@redhat.com>
Thu, 5 Sep 2002 03:33:58 +0000 (5 03:33 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 5 Sep 2002 03:33:58 +0000 (5 03:33 +0000)
tree59367a4cacdd4d4d76283bf288601b2fd72fb4c8
parente1a077bb56c803ad61c3659311c0a15645bc6696
(regcomp): Append "__restrict" modifier to avoid warnings of some compilers. (build_collating_symbol): Change the type of characters from "unsigned char"

to "char", and append a cast to "char*" pointer in array subscript. (build_collating_symbol): Likewise. (build_equiv_class): Likewise. (build_charclass): Likewise. (re_compile_pattern): Remove incorrect cast. (re_compile_fastmap_iter): Change the type of characters from "unsigned char"
to "char", and append a cast to "char*" pointer in array subscript. (parse_bracket_exp): Likewise.
posix/regcomp.c