X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ccl%2Fcclptree.c;fp=ccl%2Fcclptree.c;h=4e42e002f1e56d1bfece5bc56b54b92820949ab5;hb=c126b2a625462f95475f00efdfdf9ce41a0e9c79;hp=2c37bd91bfef1953fa93902666e2bcd66fad7ec5;hpb=62bcf7a811cd3151ac10f93317c9ddfa6b16f539;p=yaz-moved-to-github.git diff --git a/ccl/cclptree.c b/ccl/cclptree.c index 2c37bd9..4e42e00 100644 --- a/ccl/cclptree.c +++ b/ccl/cclptree.c @@ -45,7 +45,12 @@ * Europagate, 1995 * * $Log: cclptree.c,v $ - * Revision 1.6 1999-11-30 13:47:11 adam + * Revision 1.7 2000-01-31 13:15:21 adam + * Removed uses of assert(3). Cleanup of ODR. CCL parser update so + * that some characters are not surrounded by spaces in resulting term. + * ILL-code updates. + * + * Revision 1.6 1999/11/30 13:47:11 adam * Improved installation. Moved header files to include/yaz. * * Revision 1.5 1997/04/30 08:52:06 quinn @@ -75,7 +80,6 @@ */ #include -#include #include #include @@ -126,6 +130,6 @@ void ccl_pr_tree (struct ccl_rpn_node *rpn, FILE *fd_out) fprintf (fd_out, ")"); break; default: - assert (0); + ccl_assert (0); } }