X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zutil%2Flogrpn.c;h=b56e6a8aee9ddc3a722eec4d6193dea7f8c391b8;hb=3518888d1548b5f157909599122c757f29d92080;hp=0b1d5fadb411caeab3a6b400474ac42b45832257;hpb=b440dce0831a72bebe4f4821ab7771cc05e8facb;p=yaz-moved-to-github.git diff --git a/zutil/logrpn.c b/zutil/logrpn.c index 0b1d5fa..b56e6a8 100644 --- a/zutil/logrpn.c +++ b/zutil/logrpn.c @@ -1,10 +1,18 @@ /* - * Copyright (C) 1995-1999, Index Data + * Copyright (C) 1995-2000, Index Data * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * * $Log: logrpn.c,v $ - * Revision 1.2 1999-08-27 09:40:33 adam + * Revision 1.4 2000-01-31 13:15:22 adam + * Removed uses of assert(3). Cleanup of ODR. CCL parser update so + * that some characters are not surrounded by spaces in resulting term. + * ILL-code updates. + * + * Revision 1.3 1999/11/30 13:47:12 adam + * Improved installation. Moved header files to include/yaz. + * + * Revision 1.2 1999/08/27 09:40:33 adam * Renamed logf function to yaz_log. Removed VC++ project files. * * Revision 1.1 1999/06/08 10:10:16 adam @@ -49,10 +57,9 @@ * */ #include -#include -#include -#include +#include +#include static void attrStr (int type, int value, enum oid_value ast, char *str) {