summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/lib/regex.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-12-02 03:13:37 +0000
committerpeter <peter@FreeBSD.org>2002-12-02 03:13:37 +0000
commitc88e7301411c002ff913342f1619967f7c3b58e7 (patch)
tree41e3ca13c2d66973453a5c0ea9b349da9618bfdb /contrib/cvs/lib/regex.c
parent64d3246a13e0c323164816b3820e24af7b8f003e (diff)
parent3dc96f7243ece1d1f7f87b03334f840415e0db63 (diff)
downloadFreeBSD-src-c88e7301411c002ff913342f1619967f7c3b58e7.zip
FreeBSD-src-c88e7301411c002ff913342f1619967f7c3b58e7.tar.gz
This commit was generated by cvs2svn to compensate for changes in r107484,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/cvs/lib/regex.c')
-rw-r--r--contrib/cvs/lib/regex.c3
1 files changed, 1 insertions, 2 deletions
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;
OpenPOWER on IntegriCloud