Parent Directory
|
Revision Log
|
Patch
| revision 117 by ph10, Fri Mar 9 15:59:06 2007 UTC | revision 120 by ph10, Mon Mar 12 11:36:14 2007 UTC | |
|---|---|---|
| # | Line 2120 for (;;) | Line 2120 for (;;) |
| 2120 | } | } |
| 2121 | ||
| 2122 | if (possessive) continue; | if (possessive) continue; |
| 2123 | while (eptr >= pp) | for(;;) |
| 2124 | { | { |
| 2125 | RMATCH(rrc, eptr, ecode, offset_top, md, ims, eptrb, 0); | RMATCH(rrc, eptr, ecode, offset_top, md, ims, eptrb, 0); |
| 2126 | if (rrc != MATCH_NOMATCH) RRETURN(rrc); | if (rrc != MATCH_NOMATCH) RRETURN(rrc); |
| 2127 | if (eptr == pp) RRETURN(MATCH_NOMATCH); | |
| 2128 | #ifdef SUPPORT_UCP | #ifdef SUPPORT_UCP |
| 2129 | eptr--; | eptr--; |
| 2130 | BACKCHAR(eptr); | BACKCHAR(eptr); |
| # | Line 2131 for (;;) | Line 2132 for (;;) |
| 2132 | eptr -= length; | eptr -= length; |
| 2133 | #endif /* SUPPORT_UCP */ | #endif /* SUPPORT_UCP */ |
| 2134 | } | } |
| RRETURN(MATCH_NOMATCH); | ||
| 2135 | } | } |
| 2136 | /* Control never gets here */ | /* Control never gets here */ |
| 2137 | } | } |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |