From 3354e7f8dff8ce8cd4b383e8cfb4253f2ce4ee10 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 24 Sep 2003 13:57:26 +0500 Subject: regexp worked only with the default character set. Now it can work with any character set. --- regex/cclass.h | 1 + 1 file changed, 1 insertion(+) (limited to 'regex/cclass.h') diff --git a/regex/cclass.h b/regex/cclass.h index e0f752f38b8..b877b5dee6b 100644 --- a/regex/cclass.h +++ b/regex/cclass.h @@ -18,4 +18,5 @@ extern struct cclass { const char *name; const char *chars; const char *multis; + uint mask; } cclasses[]; -- cgit v1.2.1