From 997470b3e151845b067b0a7c865f9ab7177d14c1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 23 Sep 2005 06:11:29 +0000 Subject: [BZ #281] * posix/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *. * posix/regcomp.c: Remove unnecessary uses of unsigned RE_TRANSLATE_TYPE. * posix/regex_internal.h: Likewise. * posix/regex_internal.c: Likewise. * posix/regexexec.c: Likewise. Based on a patch by Stepan Kasal . --- posix/regex_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posix/regex_internal.h') diff --git a/posix/regex_internal.h b/posix/regex_internal.h index debbe0db3b..0096bf7c91 100644 --- a/posix/regex_internal.h +++ b/posix/regex_internal.h @@ -345,7 +345,7 @@ struct re_string_t the beginning of the input string. */ unsigned int tip_context; /* The translation passed as a part of an argument of re_compile_pattern. */ - unsigned RE_TRANSLATE_TYPE trans; + RE_TRANSLATE_TYPE trans; /* Copy of re_dfa_t's word_char. */ re_const_bitset_ptr_t word_char; /* 1 if REG_ICASE. */ -- cgit 1.4.1