X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=ccl%2Fcclfind.c;h=cd40122195c66ae1d4777e5059930c503e4b4905;hp=595b3dc48b9c5ac9d606297c52d7959e0e364626;hb=bf4149c63ad2e11429e302a89f472de52b4d7ce8;hpb=73664b466cb0c5e9478b4af7c5d4ebed1f2db49e diff --git a/ccl/cclfind.c b/ccl/cclfind.c index 595b3dc..cd40122 100644 --- a/ccl/cclfind.c +++ b/ccl/cclfind.c @@ -45,7 +45,10 @@ * Europagate, 1995 * * $Log: cclfind.c,v $ - * Revision 1.6 1997-04-30 08:52:06 quinn + * Revision 1.7 1997-05-14 06:53:26 adam + * C++ support. + * + * Revision 1.6 1997/04/30 08:52:06 quinn * Null * * Revision 1.5 1996/10/11 15:00:24 adam @@ -181,7 +184,7 @@ static char *copy_token_name (struct ccl_token *tp) * kind: Type of node. * return: pointer to allocated node. */ -static struct ccl_rpn_node *mk_node (enum rpn_node_kind kind) +static struct ccl_rpn_node *mk_node (int kind) { struct ccl_rpn_node *p; p = malloc (sizeof(*p));