From faacdab101c782fba2018b9413f2f57bb6bbbf35 Mon Sep 17 00:00:00 2001 From: Teodor Sigaev Date: Thu, 8 Dec 2005 09:11:19 +0000 Subject: Improve tag recognizing --- contrib/tsearch2/wordparser/parser.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/tsearch2/wordparser/parser.h') diff --git a/contrib/tsearch2/wordparser/parser.h b/contrib/tsearch2/wordparser/parser.h index 3f7962feea..923edea589 100644 --- a/contrib/tsearch2/wordparser/parser.h +++ b/contrib/tsearch2/wordparser/parser.h @@ -34,6 +34,8 @@ typedef enum TPS_InTagFirst, TPS_InXMLBegin, TPS_InTagCloseFirst, + TPS_InTagName, + TPS_InTagBeginEnd, TPS_InTag, TPS_InTagEscapeK, TPS_InTagEscapeKK, -- cgit v1.2.1