From 3dc96f7243ece1d1f7f87b03334f840415e0db63 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 2 Dec 2002 03:13:37 +0000 Subject: Import cvs-1.11.2.1 as of 2002/12/01 onto vendor branch. This fixes all of the bugs that I know of. We've been running a slightly older version of this on freefall/repoman, where it was afflicted by a silly merge error on my part (fixed). Approved by: re --- contrib/cvs/lib/regex.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'contrib/cvs/lib/regex.c') diff --git a/contrib/cvs/lib/regex.c b/contrib/cvs/lib/regex.c index 1c3ab8d..b02a0c7 100644 --- a/contrib/cvs/lib/regex.c +++ b/contrib/cvs/lib/regex.c @@ -1534,7 +1534,6 @@ static void store_op1 (), store_op2 (); static void insert_op1 (), insert_op2 (); static boolean at_begline_loc_p (), at_endline_loc_p (); static boolean group_in_compile_stack (); -static reg_errcode_t compile_range (); /* Fetch the next character in the uncompiled pattern---translating it if necessary. Also cast from a signed character in the constant @@ -5472,7 +5471,7 @@ re_match_2_internal (bufp, string1, size1, string2, size2, pos, regs, stop) UPDATE_SYNTAX_TABLE (charpos); #endif s2 = SYNTAX (c2); - + /* Case 2: S2 is not Sword. */ if (s2 != Sword) goto fail; -- cgit v1.1