Parent Directory
|
Revision Log
|
Patch
| revision 905 by zherczeg, Mon Jan 23 19:26:03 2012 UTC | revision 908 by ph10, Mon Jan 30 12:19:29 2012 UTC | |
|---|---|---|
| # | Line 2411 are set, either both UTFs are supported | Line 2411 are set, either both UTFs are supported |
| 2411 | if (rc) | if (rc) |
| 2412 | { | { |
| 2413 | const char *arch; | const char *arch; |
| 2414 | (void)PCRE_CONFIG(PCRE_CONFIG_JITTARGET, &arch); | (void)PCRE_CONFIG(PCRE_CONFIG_JITTARGET, (void *)(&arch)); |
| 2415 | printf(" Just-in-time compiler support: %s\n", arch); | printf(" Just-in-time compiler support: %s\n", arch); |
| 2416 | } | } |
| 2417 | else | else |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |