Parent Directory
|
Revision Log
|
Patch
| revision 200 by ph10, Wed Aug 1 09:10:40 2007 UTC | revision 210 by ph10, Wed Aug 8 14:24:50 2007 UTC | |
|---|---|---|
| # | Line 130 static uschar coptable[] = { | Line 130 static uschar coptable[] = { |
| 130 | 0, /* CREF */ | 0, /* CREF */ |
| 131 | 0, /* RREF */ | 0, /* RREF */ |
| 132 | 0, /* DEF */ | 0, /* DEF */ |
| 133 | 0, 0 /* BRAZERO, BRAMINZERO */ | 0, 0, /* BRAZERO, BRAMINZERO */ |
| 134 | 0, 0, 0, 0, /* PRUNE, SKIP, THEN, COMMIT */ | |
| 135 | 0, 0 /* FAIL, ACCEPT */ | |
| 136 | }; | }; |
| 137 | ||
| 138 | /* These 2 tables allow for compact code for testing for \D, \d, \S, \s, \W, | /* These 2 tables allow for compact code for testing for \D, \d, \S, \s, \W, |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |