Parent Directory
|
Revision Log
|
Patch
| revision 87 by nigel, Sat Feb 24 21:41:21 2007 UTC | revision 91 by nigel, Sat Feb 24 21:41:34 2007 UTC | |
|---|---|---|
| # | Line 130 for (i = 0; i < 256; i++) | Line 130 for (i = 0; i < 256; i++) |
| 130 | meta-character, which in this sense is any character that terminates a run | meta-character, which in this sense is any character that terminates a run |
| 131 | of data characters. */ | of data characters. */ |
| 132 | ||
| 133 | if (strchr("*+?{^.$|()[", i) != 0) x += ctype_meta; *p++ = x; } | if (strchr("*+?{^.$|()[", i) != 0) x += ctype_meta; |
| 134 | *p++ = x; | |
| 135 | } | |
| 136 | ||
| 137 | return yield; | return yield; |
| 138 | } | } |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |