Clarify description of piggy-backing, including moving all the
[yaz-moved-to-github.git] / util / marcdump.c
index d8fc19f..bd71b7d 100644 (file)
@@ -3,7 +3,7 @@
  * See the file LICENSE for details.
  * Sebastian Hammer, Adam Dickmeiss
  *
- * $Id: marcdump.c,v 1.20 2003-01-06 08:20:28 adam Exp $
+ * $Id: marcdump.c,v 1.22 2003-02-25 18:35:49 adam Exp $
  */
 
 #if HAVE_CONFIG_H
@@ -58,8 +58,10 @@ int main (int argc, char **argv)
     setlocale(LC_CTYPE, "");
 #endif
 #if HAVE_LANGINFO_H
+#ifdef CODESET
     to = nl_langinfo(CODESET);
 #endif
+#endif
 
     while ((r = options("vc:xOXf:t:", argv, argc, &arg)) != -2)
     {
@@ -144,7 +146,6 @@ int main (int argc, char **argv)
                         
                         while (inbytesleft)
                         {
-                            int i;
                             size_t outbytesleft = sizeof(outbuf);
                             char *outp = outbuf;
                             size_t r = yaz_iconv (cd, (char**) &inp,