X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=ccl%2Fcclqual.c;h=c28e98c4c14bdcd0a52449f2e4975512e8141a5f;hb=455c19ae41f1c4cb3b83ecfb4f18986365d60f05;hp=cb8e0a200c5b1553a93ee1f9672d3eac7f50ee26;hpb=8fd2a3304338723cbcbaf8f90f3312762de34ed9;p=egate.git diff --git a/ccl/cclqual.c b/ccl/cclqual.c index cb8e0a2..c28e98c 100644 --- a/ccl/cclqual.c +++ b/ccl/cclqual.c @@ -2,7 +2,12 @@ * Europagate, 1995 * * $Log: cclqual.c,v $ - * Revision 1.3 1995/02/14 16:20:56 adam + * Revision 1.4 1995/02/14 19:55:12 adam + * Header files ccl.h/cclp.h are gone! They have been merged an + * moved to ../include/ccl.h. + * Node kind(s) in ccl_rpn_node have changed names. + * + * Revision 1.3 1995/02/14 16:20:56 adam * Qualifiers are read from a file now. * * Revision 1.2 1995/02/14 10:25:56 adam @@ -18,7 +23,7 @@ #include #include -#include "cclp.h" +#include struct ccl_qualifiers { struct ccl_qualifier *list; @@ -164,7 +169,6 @@ void ccl_qual_file (CCL_bibset bibset, FILE *inf) default: pair[0] = atoi (qual_type); } - printf ("adding %s t=%d, v=%d\n", qual_name, pair[0], pair[1]); ccl_qual_add (bibset, qual_name, 1, pair); if (!split) break;