From 033df9bda0bbbf62b5b2d55a3f638524cfdb0691 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Thu, 5 Jul 2012 00:57:52 -0400 Subject: snapshot of project "lynx", label v2-8-8dev_12b --- src/chrtrans/makeuctb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/chrtrans/makeuctb.c') diff --git a/src/chrtrans/makeuctb.c b/src/chrtrans/makeuctb.c index e76e0f6f..1cd6a28d 100644 --- a/src/chrtrans/makeuctb.c +++ b/src/chrtrans/makeuctb.c @@ -1,5 +1,5 @@ /* - * $LynxId: makeuctb.c,v 1.46 2010/09/24 09:52:56 tom Exp $ + * $LynxId: makeuctb.c,v 1.47 2012/07/04 20:58:29 tom Exp $ * * makeuctb.c, derived from conmakehash.c - kw * @@ -30,7 +30,7 @@ #define DONT_USE_SOCKS5 #include #include -#include +#include /* * Don't try to use LYexit() since this is a standalone file. @@ -88,7 +88,7 @@ static void usage(void) } #ifdef USE_ASCII_CTYPES -int ascii_tolower(int i) +static int ascii_tolower(int i) { if (91 > i && i > 64) return (i + 32); -- cgit 1.4.1-2-gfad0