X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=client%2Fclient.c;h=23e9af24c65212ec641c8e27f2f2e269e8f8301f;hb=4f8aff36e000a9d90227fd30d9f9dc63e8ffad40;hp=dfb22befeb70a4bc6e9891c497ba6cf872870891;hpb=1ed2381d1ea05352922d149a98257eb1c55a29c0;p=yaz-moved-to-github.git diff --git a/client/client.c b/client/client.c index dfb22be..23e9af2 100644 --- a/client/client.c +++ b/client/client.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: client.c,v 1.345 2007-06-03 15:55:50 adam Exp $ + * $Id: client.c,v 1.348 2007-07-13 09:28:43 adam Exp $ */ /** \file client.c * \brief yaz-client program @@ -171,9 +171,6 @@ static cql_transform_t cqltrans = 0; /* CQL context-set handle */ int rl_attempted_completion_over = 0; #endif -/* set this one to 1, to avoid decode of unknown MARCs */ -#define AVOID_MARC_DECODE 1 - #define maxOtherInfosSupported 10 struct eoi { Odr_oid oid[OID_SIZE];