| 6 |
and semantics are as close as possible to those of the Perl 5 language. |
and semantics are as close as possible to those of the Perl 5 language. |
| 7 |
|
|
| 8 |
Written by Philip Hazel |
Written by Philip Hazel |
| 9 |
Copyright (c) 1997-2009 University of Cambridge |
Copyright (c) 1997-2011 University of Cambridge |
| 10 |
|
|
| 11 |
----------------------------------------------------------------------------- |
----------------------------------------------------------------------------- |
| 12 |
Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
| 83 |
#endif |
#endif |
| 84 |
break; |
break; |
| 85 |
|
|
| 86 |
|
case PCRE_CONFIG_JIT: |
| 87 |
|
#ifdef SUPPORT_JIT |
| 88 |
|
*((int *)where) = 1; |
| 89 |
|
#else |
| 90 |
|
*((int *)where) = 0; |
| 91 |
|
#endif |
| 92 |
|
break; |
| 93 |
|
|
| 94 |
case PCRE_CONFIG_NEWLINE: |
case PCRE_CONFIG_NEWLINE: |
| 95 |
*((int *)where) = NEWLINE; |
*((int *)where) = NEWLINE; |
| 96 |
break; |
break; |