Parent Directory
|
Revision Log
|
Patch
| revision 764 by zherczeg, Wed Nov 23 17:23:20 2011 UTC | revision 781 by zherczeg, Sat Dec 3 07:58:30 2011 UTC | |
|---|---|---|
| # | Line 57 any Byte Order Marks (BOMS). Returns wit | Line 57 any Byte Order Marks (BOMS). Returns wit |
| 57 | BOOL same_bo = TRUE; | BOOL same_bo = TRUE; |
| 58 | PCRE_SPTR16 end = input + length; | PCRE_SPTR16 end = input + length; |
| 59 | /* The c variable must be unsigned. */ | /* The c variable must be unsigned. */ |
| 60 | register uschar c; | register pcre_uchar c; |
| 61 | ||
| 62 | while (input < end) | while (input < end) |
| 63 | { | { |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |