X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/096d914f5d64f1606be8f6c2674c69c8de4eb5b3..36941b32f3a3cd332b3adaf0cc8178177c2e9166:/src/regex.c diff --git a/src/regex.c b/src/regex.c index 4c54a2f863..cb6edc2e35 100644 --- a/src/regex.c +++ b/src/regex.c @@ -2,9 +2,7 @@ 0.12. (Implements POSIX draft P1003.2/D11.2, except for some of the internationalization features.) - Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 1993-2011 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -3997,7 +3995,6 @@ analyse_first (const re_char *p, const re_char *pend, char *fastmap, const int m { case succeed: return 1; - continue; case duplicate: /* If the first character has to match a backreference, that means @@ -6733,4 +6730,3 @@ regfree (regex_t *preg) WEAK_ALIAS (__regfree, regfree) #endif /* not emacs */ -