| 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-2010 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 |
| 43 |
local functions. This source file is used in two places: |
local functions. This source file is used in two places: |
| 44 |
|
|
| 45 |
(1) It is #included by pcre_compile.c when it is compiled in debugging mode |
(1) It is #included by pcre_compile.c when it is compiled in debugging mode |
| 46 |
(DEBUG defined in pcre_internal.h). It is not included in production compiles. |
(PCRE_DEBUG defined in pcre_internal.h). It is not included in production |
| 47 |
|
compiles. |
| 48 |
|
|
| 49 |
(2) It is always #included by pcretest.c, which can be asked to print out a |
(2) It is always #included by pcretest.c, which can be asked to print out a |
| 50 |
compiled regex for debugging purposes. */ |
compiled regex for debugging purposes. */ |