Minor changes.
[egate.git] / ccl / cclqual.c
index cb8e0a2..3b56f54 100644 (file)
@@ -1,8 +1,13 @@
 /* CCL qualifiers
  * Europagate, 1995
  *
- * $Log: cclqual.c,v $
- * Revision 1.3  1995/02/14 16:20:56  adam
+ * cclqual.c,v
+ * 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 <assert.h>
 #include <string.h>
 
-#include "cclp.h"
+#include <ccl.h>
 
 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;