X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ccl%2Fcclfind.c;h=6c0877056ee03be86c3b86cbab5230b119c14966;hb=80c35fec715148c1c4547cf62aa6e2558884611a;hp=4305df4f0be9840e1c0c59d67b9c6378b4afa375;hpb=657fb99115b87a5244e9a33bbe4ca3d9d18849c4;p=yaz-moved-to-github.git diff --git a/ccl/cclfind.c b/ccl/cclfind.c index 4305df4..6c08770 100644 --- a/ccl/cclfind.c +++ b/ccl/cclfind.c @@ -2,7 +2,10 @@ * Europagate, 1995 * * $Log: cclfind.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:19 quinn @@ -109,7 +112,7 @@ static struct ccl_rpn_node *mk_node (enum rpn_node_kind kind) return p; } -void MDF ccl_rpn_delete (struct ccl_rpn_node *rpn) +void ccl_rpn_delete (struct ccl_rpn_node *rpn) { struct ccl_rpn_attr *attr, *attr1; if (!rpn) @@ -554,7 +557,7 @@ static struct ccl_rpn_node *find_spec (struct ccl_rpn_attr **qa) return p1; } -struct ccl_rpn_node MDF *ccl_find (CCL_bibset abibset, struct ccl_token *list, +struct ccl_rpn_node *ccl_find (CCL_bibset abibset, struct ccl_token *list, int *error, const char **pos) { struct ccl_rpn_node *p; @@ -579,7 +582,7 @@ struct ccl_rpn_node MDF *ccl_find (CCL_bibset abibset, struct ccl_token *list, return p; } -struct ccl_rpn_node MDF *ccl_find_str (CCL_bibset bibset, const char *str, +struct ccl_rpn_node *ccl_find_str (CCL_bibset bibset, const char *str, int *error, int *pos) { struct ccl_token *list;