Parent Directory
|
Revision Log
|
Patch
| revision 842 by ph10, Sat Dec 31 15:19:04 2011 UTC | revision 852 by zherczeg, Thu Jan 5 19:18:12 2012 UTC | |
|---|---|---|
| # | Line 250 void | Line 250 void |
| 250 | pcre16_printint(pcre *external_re, FILE *f, BOOL print_lengths) | pcre16_printint(pcre *external_re, FILE *f, BOOL print_lengths) |
| 251 | #endif | #endif |
| 252 | { | { |
| 253 | real_pcre *re = (real_pcre *)external_re; | REAL_PCRE *re = (REAL_PCRE *)external_re; |
| 254 | pcre_uchar *codestart, *code; | pcre_uchar *codestart, *code; |
| 255 | BOOL utf; | BOOL utf; |
| 256 |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |