Parent Directory
|
Revision Log
|
Patch
revision 84 by nigel, Sat Feb 24 21:40:45 2007 UTC | revision 85 by nigel, Sat Feb 24 21:41:13 2007 UTC | |
---|---|---|
# | Line 39 POSSIBILITY OF SUCH DAMAGE. | Line 39 POSSIBILITY OF SUCH DAMAGE. |
39 | ||
40 | ||
41 | /* This module contains some fixed tables that are used by more than one of the | /* This module contains some fixed tables that are used by more than one of the |
42 | PCRE code modules. */ | PCRE code modules. The tables are also #included by the pcretest program, which |
43 | uses macros to change their names from _pcre_xxx to xxxx, thereby avoiding name | |
44 | clashes with the library. */ | |
45 | ||
46 | ||
47 | #include "pcre_internal.h" | #include "pcre_internal.h" |
# | Line 81 const uschar _pcre_utf8_table4[] = { | Line 83 const uschar _pcre_utf8_table4[] = { |
83 | 3,3,3,3,3,3,3,3,4,4,4,4,5,5,5,5 }; | 3,3,3,3,3,3,3,3,4,4,4,4,5,5,5,5 }; |
84 | ||
85 | /* This table translates Unicode property names into code values for the | /* This table translates Unicode property names into code values for the |
86 | ucp_findchar() function. It is used by pcretest as well as by the library | ucp_findchar() function. */ |
functions. */ | ||
87 | ||
88 | const ucp_type_table _pcre_utt[] = { | const ucp_type_table _pcre_utt[] = { |
89 | { "C", 128 + ucp_C }, | { "C", 128 + ucp_C }, |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |