Fix bug in CCL parser that could caused uninialized values
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 15 Apr 2005 21:47:55 +0000 (21:47 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 15 Apr 2005 21:47:55 +0000 (21:47 +0000)
commitee52d7a5f2325315de5391696bef64336ad88dbc
treec8e18db2dffe99961184f567fe09bf122201ddc0
parent1ee98ea192555da1959c4012736f7797cc5f91df
Fix bug in CCL parser that could caused uninialized values
of token member ws_prefix_len in some cases.
Removed ccl_token_simple function.
include/yaz/ccl.h
src/ccltoken.c
test/tstccl.c