From c0da3d705622cbea4033e1226e2e37502c2977d2 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 28 Sep 2002 00:33:28 +0000 Subject: Fixed problem with character ranges caused by expansion to 8 bits. --- src/RESearch.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/RESearch.cxx b/src/RESearch.cxx index e0f821d31..77d897782 100644 --- a/src/RESearch.cxx +++ b/src/RESearch.cxx @@ -30,6 +30,9 @@ * Modification history: * * $Log$ + * Revision 1.7 2002/09/28 00:33:28 nyamatongwe + * Fixed problem with character ranges caused by expansion to 8 bits. + * * Revision 1.6 2001/04/29 13:32:10 nyamatongwe * Addition of new target methods - versions of ReplaceTarget that take counted * strings to allow for nulls, SearchInTarget and Get/SetSearchFlags to use a @@ -685,7 +688,7 @@ static char chrtyp[MAXCHR] = { #define ANYSKIP 2 /* [CLO] ANY END ... */ #define CHRSKIP 3 /* [CLO] CHR chr END ... */ -#define CCLSKIP 18 /* [CLO] CCL 16bytes END ... */ +#define CCLSKIP 34 /* [CLO] CCL 32bytes END ... */ int RESearch::PMatch(CharacterIndexer &ci, int lp, int endp, char *ap) { int op, c, n; -- cgit v1.2.3