X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=ccl%2Fcclfind.c;h=6c0877056ee03be86c3b86cbab5230b119c14966;hb=63cafe41a93427118959a74201b3e331169a71d9;hp=4305df4f0be9840e1c0c59d67b9c6378b4afa375;hpb=9c459af695605b44a044ad206562818be10034f1;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;