about summary refs log tree commit diff stats
path: root/src/chrtrans
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2004-01-28 22:31:24 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2004-01-28 22:31:24 -0500
commit7352a91bc1925296bc103f972c9988178cbbbc43 (patch)
treed8a764e909e2a10d254a383386b0bbfef4210a7c /src/chrtrans
parenta667eb0b51f7cb224924921194b4dfadfded3095 (diff)
downloadlynx-snapshots-7352a91bc1925296bc103f972c9988178cbbbc43.tar.gz
snapshot of project "lynx", label v2-8-5pre_4
Diffstat (limited to 'src/chrtrans')
-rw-r--r--src/chrtrans/makefile.dos7
-rw-r--r--src/chrtrans/makeuctb.c1
2 files changed, 4 insertions, 4 deletions
diff --git a/src/chrtrans/makefile.dos b/src/chrtrans/makefile.dos
index 1ee118c7..975561d9 100644
--- a/src/chrtrans/makefile.dos
+++ b/src/chrtrans/makefile.dos
@@ -12,11 +12,10 @@
 CFLAGS = $(MCFLAGS)
 
 CC = gcc
-MCFLAGS = -O2 -DDOSPATH -DNO_TTYTYP \
+MCFLAGS = -O2 -DDOSPATH \
 -I. \
 -I../../WWW/Library/Implementation \
--I/djgpp/watt32/inc \
--I/djgpp/watt32/inc/sys \
+-I/djgpp/watt32/inc
 -I../..
 
 .SUFFIXES: .tbl
@@ -99,7 +98,7 @@ cp866u_uni.h:		cp866u_uni.tbl		makeuctb.exe
 cp869_uni.h:		cp869_uni.tbl		makeuctb.exe
 def7_uni.h:		def7_uni.tbl		makeuctb.exe
 dmcs_uni.h:		dmcs_uni.tbl		makeuctb.exe
-hp_uni.h:               hp_uni.tbl              makeuctb.exe 
+hp_uni.h:               hp_uni.tbl              makeuctb.exe
 iso01_uni.h:		iso01_uni.tbl		makeuctb.exe
 iso02_uni.h:		iso02_uni.tbl		makeuctb.exe
 iso03_uni.h:		iso03_uni.tbl		makeuctb.exe
diff --git a/src/chrtrans/makeuctb.c b/src/chrtrans/makeuctb.c
index 04d05234..d8003cb8 100644
--- a/src/chrtrans/makeuctb.c
+++ b/src/chrtrans/makeuctb.c
@@ -887,4 +887,5 @@ id_append, id_append, nuni, id_append, lowest_eight, RawOrEnc, CodePage);
     }
 
     done(EX_OK);
+    return 0;
 }