X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fccl.h;h=076b8995cb89d1553e423569e25887d6385b2c7c;hb=b33bbfa937912e532dd8842fc9e46003aa1848d6;hp=5970e4fe003e9b1ea3e36e0bf65b4b555ea7a2a2;hpb=cb9bad819f13e44d7af6753bfa1bc8274ca37b9b;p=yaz-moved-to-github.git diff --git a/include/yaz/ccl.h b/include/yaz/ccl.h index 5970e4f..076b899 100644 --- a/include/yaz/ccl.h +++ b/include/yaz/ccl.h @@ -45,7 +45,7 @@ /* * CCL - header file * - * $Id: ccl.h,v 1.11 2001-11-27 22:38:50 adam Exp $ + * $Id: ccl.h,v 1.13 2002-12-28 12:13:03 adam Exp $ * * Old Europagate Log: * @@ -87,6 +87,7 @@ #include #include +#include YAZ_BEGIN_CDECL @@ -124,7 +125,7 @@ struct ccl_rpn_attr { struct ccl_rpn_node { int kind; union { - struct ccl_rpn_node *p[2]; + struct ccl_rpn_node *p[3]; struct { char *term; struct ccl_rpn_attr *attr_list;