From 6a0732c14b454e215bf8fc9e77196eb60ce9b28a Mon Sep 17 00:00:00 2001 From: "NARUSE, Yui" Date: Fri, 7 Dec 2007 05:13:58 +0000 Subject: [PATCH] * little fix. --- nkf.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nkf.c b/nkf.c index 250371f..43172a4 100644 --- a/nkf.c +++ b/nkf.c @@ -30,9 +30,9 @@ * 現在、nkf は SorceForge にてメンテナンスが続けられています。 * http://sourceforge.jp/projects/nkf/ ***********************************************************************/ -/* $Id: nkf.c,v 1.150 2007/11/30 15:59:05 naruse Exp $ */ +/* $Id: nkf.c,v 1.151 2007/12/06 20:13:58 naruse Exp $ */ #define NKF_VERSION "2.0.8" -#define NKF_RELEASE_DATE "2007-11-30" +#define NKF_RELEASE_DATE "2007-12-07" #define COPY_RIGHT \ "Copyright (C) 1987, FUJITSU LTD. (I.Ichikawa),2000 S. Kono, COW\n" \ "Copyright (C) 2002-2007 Kono, Furukawa, Naruse, mastodon" @@ -389,6 +389,7 @@ static void mimeout_addchar(nkf_char c); #ifndef PERL_XS static void usage(void); static void version(void); +static void show_configuration(void); #endif static void options(unsigned char *c); static void reinit(void); -- 2.11.0