X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcclp.h;h=dbfc74175a6e78f172c6e2c6a5f436fb243996e0;hp=ab9b5101d875b551424492a79dc84d5cf48c60ba;hb=a85807bde8a4a08706d266bd7dd089fb6778e281;hpb=88d3bedf772316f87e1996f655ccf8d1e2589755 diff --git a/src/cclp.h b/src/cclp.h index ab9b510..dbfc741 100644 --- a/src/cclp.h +++ b/src/cclp.h @@ -55,6 +55,8 @@ struct ccl_token { struct ccl_token *prev; const char *ws_prefix_buf; /* leading white space buf */ size_t ws_prefix_len; /* leading white space len */ + int left_trunc; /* left truncated */ + int right_trunc; /* right truncated */ }; /** CCL parser structure */