Parent Directory
|
Revision Log
|
Patch
| revision 676 by ph10, Mon Aug 22 14:57:32 2011 UTC | revision 677 by ph10, Sun Aug 28 10:50:07 2011 UTC | |
|---|---|---|
| # | Line 1944 extern BOOL _pcre_xclass(int, c | Line 1944 extern BOOL _pcre_xclass(int, c |
| 1944 | #ifdef SUPPORT_JIT | #ifdef SUPPORT_JIT |
| 1945 | extern void _pcre_jit_compile(const real_pcre *, pcre_extra *); | extern void _pcre_jit_compile(const real_pcre *, pcre_extra *); |
| 1946 | extern int _pcre_jit_exec(const real_pcre *, void *, PCRE_SPTR, | extern int _pcre_jit_exec(const real_pcre *, void *, PCRE_SPTR, |
| 1947 | int, int, int, int *, int); | int, int, int, int, int *, int); |
| 1948 | extern void _pcre_jit_free(void *); | extern void _pcre_jit_free(void *); |
| 1949 | #endif | #endif |
| 1950 |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |