Added header.
[yaz-moved-to-github.git] / util / yaz-ccl.c
index 55de4de..93832c0 100644 (file)
@@ -1,3 +1,14 @@
+/*
+ * Copyright (c) 1996, Index Data.
+ * See the file LICENSE for details.
+ * Sebastian Hammer, Adam Dickmeiss
+ *
+ * $Log: yaz-ccl.c,v $
+ * Revision 1.8  1996-10-29 13:36:27  adam
+ * Added header.
+ *
+ */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -92,7 +103,7 @@ static Z_Complex *ccl_rpn_complex (struct ccl_rpn_node *p)
     zo = xmalloc (sizeof(*zo));
     assert (zo);
 
-    zc->operator = zo;
+    zc->roperator = zo;
     switch (p->kind)
     {
     case CCL_RPN_AND: