From: Adam Dickmeiss Date: Mon, 7 Feb 2005 11:23:18 +0000 (+0000) Subject: Avoid ANSI inline declaration X-Git-Tag: YAZ.2.0.34~10 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=65584e65c2b3b76e16c2ff984975a44813cf5353 Avoid ANSI inline declaration --- diff --git a/src/siconv.c b/src/siconv.c index 479481c..f9ba044 100644 --- a/src/siconv.c +++ b/src/siconv.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: siconv.c,v 1.10 2005-02-02 23:26:38 adam Exp $ + * $Id: siconv.c,v 1.11 2005-02-07 11:23:18 adam Exp $ */ /** * \file siconv.c @@ -313,8 +313,8 @@ static unsigned long yaz_read_marc8_comb (yaz_iconv_t cd, unsigned char *inp, else { unsigned long x; - *comb = 0; size_t no_read_sub = 0; + *comb = 0; switch(cd->marc8_esc_mode) {