[w3m-dev 02818]

From: Fumitoshi UKAI  <ukai@debian.or.jp>
This commit is contained in:
Fumitoshi UKAI
2002-01-10 16:11:32 +00:00
parent 74a537f811
commit 0cb8918cc3
2 changed files with 10 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: regex.c,v 1.8 2002/01/10 15:39:21 ukai Exp $ */
/* $Id: regex.c,v 1.9 2002/01/10 16:11:32 ukai Exp $ */
/*
* regex: Regular expression pattern match library
*
@@ -554,6 +554,9 @@ regmatch_iter(struct MatchingContext1 *c,
c->re++;
c->firstp = 0;
}
if (c->str >= c->end_p) {
return 0;
}
}
c->lastpos = c->str;
#ifdef REGEX_DEBUG