Parent Directory
|
Revision Log
|
Patch
| revision 795 by ph10, Mon Nov 21 10:41:54 2011 UTC | revision 796 by zherczeg, Sat Dec 10 10:08:40 2011 UTC | |
|---|---|---|
| # | Line 66 Arguments: none | Line 66 Arguments: none |
| 66 | Returns: pointer to the contiguous block of data | Returns: pointer to the contiguous block of data |
| 67 | */ | */ |
| 68 | ||
| 69 | #ifdef COMPILE_PCRE8 | |
| 70 | const unsigned char * | const unsigned char * |
| 71 | pcre_maketables(void) | pcre_maketables(void) |
| 72 | #else | |
| 73 | const unsigned char * | |
| 74 | pcre16_maketables(void) | |
| 75 | #endif | |
| 76 | { | { |
| 77 | unsigned char *yield, *p; | unsigned char *yield, *p; |
| 78 | int i; | int i; |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |