| 77 |
{ |
{ |
| 78 |
case PCRE_CONFIG_UTF8: |
case PCRE_CONFIG_UTF8: |
| 79 |
#if defined COMPILE_PCRE16 |
#if defined COMPILE_PCRE16 |
| 80 |
|
*((int *)where) = 0; |
| 81 |
return PCRE_ERROR_BADOPTION; |
return PCRE_ERROR_BADOPTION; |
| 82 |
#else |
#else |
| 83 |
#if defined SUPPORT_UTF |
#if defined SUPPORT_UTF |
| 90 |
|
|
| 91 |
case PCRE_CONFIG_UTF16: |
case PCRE_CONFIG_UTF16: |
| 92 |
#if defined COMPILE_PCRE8 |
#if defined COMPILE_PCRE8 |
| 93 |
|
*((int *)where) = 0; |
| 94 |
return PCRE_ERROR_BADOPTION; |
return PCRE_ERROR_BADOPTION; |
| 95 |
#else |
#else |
| 96 |
#if defined SUPPORT_UTF |
#if defined SUPPORT_UTF |