X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ccl%2Fcclptree.c;h=2b2cb9a37299ffd2d5f94dc011880aa5d645740d;hb=593e3a0579cb7de6d79c1ebc665612fd9cb5bac9;hp=f91d270a2ebca994825bc13e287e264d6494841f;hpb=657fb99115b87a5244e9a33bbe4ca3d9d18849c4;p=yaz-moved-to-github.git diff --git a/ccl/cclptree.c b/ccl/cclptree.c index f91d270..2b2cb9a 100644 --- a/ccl/cclptree.c +++ b/ccl/cclptree.c @@ -2,7 +2,10 @@ * Europagate, 1995 * * $Log: cclptree.c,v $ - * Revision 1.2 1995-09-27 15:02:44 quinn + * Revision 1.3 1995-09-29 17:11:59 quinn + * Smallish + * + * Revision 1.2 1995/09/27 15:02:44 quinn * Modified function heads & prototypes. * * Revision 1.1 1995/04/10 10:28:20 quinn @@ -31,7 +34,7 @@ #include -void MDF ccl_pr_tree (struct ccl_rpn_node *rpn, FILE *fd_out) +void ccl_pr_tree (struct ccl_rpn_node *rpn, FILE *fd_out) { switch (rpn->kind)