Ranges for ordered qualfiers implemented (e.g. pd=1980-1990).
[egate.git] / ccl / cclsh.c
index 5c3d290..51754ec 100644 (file)
@@ -2,7 +2,10 @@
  * Europagate 1995
  *
  * $Log: cclsh.c,v $
- * Revision 1.3  1995/02/14 10:25:57  adam
+ * Revision 1.4  1995/02/14 14:12:42  adam
+ * Ranges for ordered qualfiers implemented (e.g. pd=1980-1990).
+ *
+ * Revision 1.3  1995/02/14  10:25:57  adam
  * The constructions 'qualifier rel term ...' implemented.
  *
  * Revision 1.2  1995/02/13  15:15:07  adam
@@ -23,7 +26,7 @@ static int debug = 0;
 static char *prog;
 
 static int ti_attr[] = {
-    CCL_BIB1_USE, 5,
+    CCL_BIB1_USE, 4,
     CCL_BIB1_STR, CCL_BIB1_STR_WP
 };