Parent Directory
|
Revision Log
|
Patch
| revision 294 by ph10, Sat Dec 29 16:55:59 2007 UTC | revision 298 by ph10, Thu Jan 10 17:09:12 2008 UTC | |
|---|---|---|
| # | Line 4704 for(;;) | Line 4704 for(;;) |
| 4704 | while (start_match < end_subject) | while (start_match < end_subject) |
| 4705 | { | { |
| 4706 | register unsigned int c = *start_match; | register unsigned int c = *start_match; |
| 4707 | if ((start_bits[c/8] & (1 << (c&7))) == 0) | if ((start_bits[c/8] & (1 << (c&7))) == 0) |
| 4708 | { NEXTCHAR(start_match); } | { NEXTCHAR(start_match); } |
| 4709 | else break; | else break; |
| 4710 | } | } |
| 4711 | } | } |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |