Removed a syntax error.
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 14 Feb 1995 19:59:42 +0000 (19:59 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 14 Feb 1995 19:59:42 +0000 (19:59 +0000)
ccl/cclfind.c

index d0a7ca8..99ab40d 100644 (file)
@@ -2,7 +2,10 @@
  * Europagate, 1995
  *
  * $Log: cclfind.c,v $
- * Revision 1.7  1995/02/14 19:55:10  adam
+ * Revision 1.8  1995/02/14 19:59:42  adam
+ * Removed a syntax error.
+ *
+ * Revision 1.7  1995/02/14  19:55:10  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.
@@ -428,7 +431,7 @@ static struct ccl_rpn_node *search_terms (struct ccl_rpn_attr **qa)
                 ccl_rpn_delete (p1);
                 return NULL;
             }
-           pn = mk_node (PROX);
+           pn = mk_node (CCL_RPN_PROX);
            pn->u.p[0] = p1;
            pn->u.p[1] = p2;
            p1 = pn;