Removed several auto-generated files from CVS.
[yaz-moved-to-github.git] / include / yaz / ccl.h
index 89bdab2..d842be6 100644 (file)
  * CCL - header file
  *
  * $Log: ccl.h,v $
- * Revision 1.3  2000-02-08 10:39:53  adam
+ * Revision 1.5  2000-05-02 17:19:58  adam
+ * Removed MINUS token.
+ *
+ * Revision 1.4  2000/03/14 09:06:11  adam
+ * Added POSIX threads support for frontend server.
+ *
+ * Revision 1.3  2000/02/08 10:39:53  adam
  * Added a few functions to set name of operands, etc.
  *
  * Revision 1.2  2000/01/31 13:15:21  adam
 #ifndef CCL_H
 #define CCL_H
 
+#include <stdio.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -216,8 +224,7 @@ typedef struct ccl_qualifiers *CCL_bibset;
 #define CCL_TOK_AND   8
 #define CCL_TOK_OR    9
 #define CCL_TOK_NOT   10
-#define CCL_TOK_MINUS 11
-#define CCL_TOK_SET   12
+#define CCL_TOK_SET   11
 
 /* CCL token */
 struct ccl_token {