X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzrpn.c;h=fdb31e9eb8a6c45813ebd893042b6f4eb1f9a04f;hb=10e178572346e8c5c3caaa43b803dd10c005cb5f;hp=9c9067fc977138a136e4667458b034aa2880a163;hpb=10d6601ca574d93bd5534b3a997a6b12305c75bc;p=idzebra-moved-to-github.git diff --git a/index/zrpn.c b/index/zrpn.c index 9c9067f..fdb31e9 100644 --- a/index/zrpn.c +++ b/index/zrpn.c @@ -1,10 +1,16 @@ /* - * Copyright (C) 1995-1998, Index Data + * Copyright (C) 1995-1999, Index Data * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * * $Log: zrpn.c,v $ - * Revision 1.89 1998-11-16 10:11:55 adam + * Revision 1.91 1999-02-02 14:51:13 adam + * Updated WIN32 code specific sections. Changed header. + * + * Revision 1.90 1998/11/16 16:03:43 adam + * Moved loggin utilities to Yaz. Was implemented in file zlogs.c. + * + * Revision 1.89 1998/11/16 10:11:55 adam * Added addtional info for error 114 - unsupported use attribute. * * Revision 1.88 1998/10/18 07:54:52 adam @@ -313,7 +319,7 @@ */ #include #include -#ifdef WINDOWS +#ifdef WIN32 #include #else #include @@ -2216,7 +2222,6 @@ void rpn_scan (ZebraHandle zh, ODR stream, Z_AttributesPlusTerm *zapt, if (attributeset == VAL_NONE) attributeset = VAL_BIB1; - zlog_scan (zapt, attributeset); logf (LOG_DEBUG, "position = %d, num = %d", pos, num); attr_init (&use, zapt, 1);