X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ccl%2Fcclsh.c;h=d2aaf46b8fe62377e5eccfbda9a13d937a9b0322;hb=45f8f517ebe10930067907c19a56557afd779826;hp=0902419121ac4bc314aec046b5d4694e2b45c45b;hpb=d205d4870b1d64af05e9d6f6a2223086af4cce9e;p=yaz-moved-to-github.git diff --git a/ccl/cclsh.c b/ccl/cclsh.c index 0902419..d2aaf46 100644 --- a/ccl/cclsh.c +++ b/ccl/cclsh.c @@ -45,7 +45,12 @@ * Europagate 1995 * * $Log: cclsh.c,v $ - * Revision 1.5 1999-12-16 23:36:19 adam + * Revision 1.6 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.5 1999/12/16 23:36:19 adam * Implemented ILL protocol. Minor updates ASN.1 compiler. * * Revision 1.4 1999/03/31 11:15:37 adam @@ -96,7 +101,6 @@ #include #include -#include #include @@ -174,8 +178,7 @@ int main (int argc, char **argv) } else { - assert (rpn); - if (i == 0) + if (rpn && i == 0) { ccl_pr_tree (rpn, stdout); putchar ('\n');