about summary refs log tree commit diff stats
path: root/src/chrtrans
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2009-11-24 10:48:33 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2009-11-24 10:48:33 -0500
commit99d74890011b0327f07e7d827e5f93a929115ad4 (patch)
treed50eea426ee833ac4706907b710beea2fc423eef /src/chrtrans
parent0890416a30a4441e6936c039207c13cc623678db (diff)
downloadlynx-snapshots-99d74890011b0327f07e7d827e5f93a929115ad4.tar.gz
snapshot of project "lynx", label v2-8-8dev_1c
Diffstat (limited to 'src/chrtrans')
-rw-r--r--src/chrtrans/makeuctb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chrtrans/makeuctb.c b/src/chrtrans/makeuctb.c
index e36b8902..3afe5e38 100644
--- a/src/chrtrans/makeuctb.c
+++ b/src/chrtrans/makeuctb.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: makeuctb.c,v 1.39 2009/01/01 17:01:15 tom Exp $
+ * $LynxId: makeuctb.c,v 1.40 2009/11/21 15:46:24 tom Exp $
  *
  *  makeuctb.c, derived from conmakehash.c   - kw
  *
@@ -87,7 +87,7 @@ static void usage(void)
     done(EX_USAGE);
 }
 
-#ifdef EXP_ASCII_CTYPES
+#ifdef USE_ASCII_CTYPES
 int ascii_tolower(int i)
 {
     if (91 > i && i > 64)