--- code/trunk/pcre_tables.c 2007/02/24 21:40:45 77 +++ code/trunk/pcre_tables.c 2007/02/24 21:41:13 85 @@ -39,7 +39,9 @@ /* This module contains some fixed tables that are used by more than one of the -PCRE code modules. */ +PCRE code modules. The tables are also #included by the pcretest program, which +uses macros to change their names from _pcre_xxx to xxxx, thereby avoiding name +clashes with the library. */ #include "pcre_internal.h" @@ -81,8 +83,7 @@ 3,3,3,3,3,3,3,3,4,4,4,4,5,5,5,5 }; /* This table translates Unicode property names into code values for the -ucp_findchar() function. It is used by pcretest as well as by the library -functions. */ +ucp_findchar() function. */ const ucp_type_table _pcre_utt[] = { { "C", 128 + ucp_C },