X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=ccl%2Fcclptree.c;h=f91d270a2ebca994825bc13e287e264d6494841f;hp=39abaf6ea7733dcdc564cbc8f10c4ad25e93d13c;hb=657fb99115b87a5244e9a33bbe4ca3d9d18849c4;hpb=f305305306da9af74ed6c559f2b06353fd5a7c82 diff --git a/ccl/cclptree.c b/ccl/cclptree.c index 39abaf6..f91d270 100644 --- a/ccl/cclptree.c +++ b/ccl/cclptree.c @@ -2,7 +2,10 @@ * Europagate, 1995 * * $Log: cclptree.c,v $ - * Revision 1.1 1995-04-10 10:28:20 quinn + * Revision 1.2 1995-09-27 15:02:44 quinn + * Modified function heads & prototypes. + * + * Revision 1.1 1995/04/10 10:28:20 quinn * Added copy of CCL. * * Revision 1.5 1995/02/23 08:31:59 adam @@ -28,7 +31,7 @@ #include -void ccl_pr_tree (struct ccl_rpn_node *rpn, FILE *fd_out) +void MDF ccl_pr_tree (struct ccl_rpn_node *rpn, FILE *fd_out) { switch (rpn->kind)