X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=ccl%2Fccltoken.c;h=db6edd62a6a78abcb2e24def1f3bc6a029245422;hp=edd2974e37b6c330f6b1c3fd5644093bc0ec1073;hb=63cafe41a93427118959a74201b3e331169a71d9;hpb=9c459af695605b44a044ad206562818be10034f1 diff --git a/ccl/ccltoken.c b/ccl/ccltoken.c index edd2974..db6edd6 100644 --- a/ccl/ccltoken.c +++ b/ccl/ccltoken.c @@ -2,7 +2,10 @@ * Europagate, 1995 * * $Log: ccltoken.c,v $ - * Revision 1.2 1995-09-27 15:02:44 quinn + * Revision 1.3 1995-09-29 17:12:00 quinn + * Smallish + * + * Revision 1.2 1995/09/27 15:02:44 quinn * Modified function heads & prototypes. * * Revision 1.1 1995/04/10 10:28:22 quinn @@ -47,7 +50,7 @@ const char *ccl_token_or = "or"; const char *ccl_token_not = "not"; const char *ccl_token_set = "set"; -struct ccl_token MDF *ccl_tokenize (const char *command) +struct ccl_token *ccl_tokenize (const char *command) { const char *cp = command; struct ccl_token *first = NULL;