Parent Directory
|
Revision Log
|
Patch
| revision 486 by ph10, Sat Jan 2 18:21:30 2010 UTC | revision 487 by ph10, Wed Jan 6 10:26:55 2010 UTC | |
|---|---|---|
| # | Line 444 Returns: nothing | Line 444 Returns: nothing |
| 444 | */ | */ |
| 445 | ||
| 446 | static void | static void |
| 447 | set_table_bit(uschar *start_bits, unsigned int c, BOOL caseless, | set_table_bit(uschar *start_bits, unsigned int c, BOOL caseless, |
| 448 | compile_data *cd) | compile_data *cd) |
| 449 | { | { |
| 450 | start_bits[c/8] |= (1 << (c&7)); | start_bits[c/8] |= (1 << (c&7)); |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |