aboutsummaryrefslogtreecommitdiffstats
path: root/src/regex.c
diff options
context:
space:
mode:
authorPaul Eggert2011-01-17 11:24:36 -0800
committerPaul Eggert2011-01-17 11:24:36 -0800
commit15ef8755824eef3336ebb95dbeacb39214f89503 (patch)
tree6fa45b0bd14c8af9f1ae202cb9759985a916fbf6 /src/regex.c
parent3cbecb8f286aa3309f68d9909317e03df4f597d6 (diff)
parent717c30e0027175fc8bb849728e5c9b4c3e9b2adf (diff)
downloademacs-15ef8755824eef3336ebb95dbeacb39214f89503.tar.gz
emacs-15ef8755824eef3336ebb95dbeacb39214f89503.zip
Merge from mainline.
Diffstat (limited to 'src/regex.c')
-rw-r--r--src/regex.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/regex.c b/src/regex.c
index b39920a8af4..6afbbb6d193 100644
--- a/src/regex.c
+++ b/src/regex.c
@@ -3997,7 +3997,6 @@ analyse_first (const re_char *p, const re_char *pend, char *fastmap, const int m
3997 { 3997 {
3998 case succeed: 3998 case succeed:
3999 return 1; 3999 return 1;
4000 continue;
4001 4000
4002 case duplicate: 4001 case duplicate:
4003 /* If the first character has to match a backreference, that means 4002 /* If the first character has to match a backreference, that means
@@ -6733,4 +6732,3 @@ regfree (regex_t *preg)
6733WEAK_ALIAS (__regfree, regfree) 6732WEAK_ALIAS (__regfree, regfree)
6734 6733
6735#endif /* not emacs */ 6734#endif /* not emacs */
6736