|
|
| version 1.131, 2001/05/17 15:20:15 | version 1.132, 2001/05/21 07:32:04 |
|---|---|
| Line 12 | Line 12 |
| #include "pcre.h" | #include "pcre.h" |
| #include "internal.h" | #include "internal.h" |
| extern "C" unsigned char pcre_default_tables[]; // pcre/chartables.c | |
| #include "pa_sapi.h" | #include "pa_sapi.h" |
| #include "pa_common.h" | #include "pa_common.h" |
| Line 266 void Request::core(const char *root_auto | Line 267 void Request::core(const char *root_auto |
| cstr2ctypes(pcre_tables, (const unsigned char *)"*+?{^.$|()[", ctype_meta); | cstr2ctypes(pcre_tables, (const unsigned char *)"*+?{^.$|()[", ctype_meta); |
| element2case(pcre_tables, *ctype, *ctype_lowercase_name); | element2case(pcre_tables, *ctype, *ctype_lowercase_name); |
| } | } else |
| pcre_tables=pcre_default_tables; | |
| // filling form fields | // filling form fields |
| form.fill_fields(*this); | form.fill_fields(*this); |