X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ccl%2Fcclptree.c;h=4e42e002f1e56d1bfece5bc56b54b92820949ab5;hb=9d746417d51ee7eedd3cedf78b734d498cc49521;hp=5ed36c0f6b2fe72ffb3a0ded4afd58e70038004a;hpb=85a2e7affad79fd8bd59b403ba7b5f7867d60523;p=yaz-moved-to-github.git diff --git a/ccl/cclptree.c b/ccl/cclptree.c index 5ed36c0..4e42e00 100644 --- a/ccl/cclptree.c +++ b/ccl/cclptree.c @@ -45,7 +45,15 @@ * Europagate, 1995 * * $Log: cclptree.c,v $ - * Revision 1.5 1997-04-30 08:52:06 quinn + * 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 * Null * * Revision 1.4 1996/10/11 15:00:25 adam @@ -72,10 +80,9 @@ */ #include -#include #include -#include +#include void ccl_pr_tree (struct ccl_rpn_node *rpn, FILE *fd_out) { @@ -123,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); } }