Range operator only treated in ordered ranges so that minus (-) can be
[yaz-moved-to-github.git] / ccl / cclqfile.c
index e8063ea..9e0957a 100644 (file)
  * Europagate, 1995
  *
  * $Log: cclqfile.c,v $
- * Revision 1.1  1996-10-11 15:00:25  adam
+ * Revision 1.4  2000-01-31 13:15:21  adam
+ * Removed uses of assert(3). Cleanup of ODR. CCL parser update so
+ * that some characters are not surrounded by spaces in resulting term.
+ * ILL-code updates.
+ *
+ * Revision 1.3  1999/11/30 13:47:11  adam
+ * Improved installation. Moved header files to include/yaz.
+ *
+ * Revision 1.2  1997/04/30 08:52:06  quinn
+ * Null
+ *
+ * Revision 1.1  1996/10/11  15:00:25  adam
  * CCL parser from Europagate Email gateway 1.0.
  *
  * Revision 1.3  1995/05/16  09:39:26  adam
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <assert.h>
 #include <string.h>
 
-#include <ccl.h>
+#include <yaz/ccl.h>
 
 void ccl_qual_fitem (CCL_bibset bibset, const char *cp, const char *qual_name)
 {