X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=ccl%2Fcclfind.c;h=4ac75a157052da75f4adc86733d9081deb2adb99;hp=f8b19a600a5d8db6d400424c1ed70c4be416f77c;hb=d9ee01635f03f9095a66f71b73580560d48798e8;hpb=cb182c3eb21ca4405d0c9f928ceb33f3fd2f95ba diff --git a/ccl/cclfind.c b/ccl/cclfind.c index f8b19a6..4ac75a1 100644 --- a/ccl/cclfind.c +++ b/ccl/cclfind.c @@ -45,7 +45,10 @@ * Europagate, 1995 * * $Log: cclfind.c,v $ - * Revision 1.11 1999-03-31 11:15:37 adam + * Revision 1.12 1999-11-30 13:47:11 adam + * Improved installation. Moved header files to include/yaz. + * + * Revision 1.11 1999/03/31 11:15:37 adam * Fixed memory leaks in ccl_find_str and ccl_qual_rm. * * Revision 1.10 1998/02/11 11:53:33 adam @@ -124,7 +127,7 @@ #include #include -#include +#include /* returns type of current lookahead */ #define KIND (cclp->look_token->kind)