From a31db67d14c0e50353eac3db342f3c969cabdf76 Mon Sep 17 00:00:00 2001 From: wkj Date: Wed, 21 Apr 2004 01:15:41 +0000 Subject: Add tcs; it compiles in my world, but I haven't tried it in Russ's yet. --- src/cmd/tcs/big5.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/cmd/tcs/big5.h (limited to 'src/cmd/tcs/big5.h') diff --git a/src/cmd/tcs/big5.h b/src/cmd/tcs/big5.h new file mode 100644 index 00000000..ec90ada1 --- /dev/null +++ b/src/cmd/tcs/big5.h @@ -0,0 +1,4 @@ +#define BIG5MAX 13973 +#define BIG5FONT 157 + +extern long tabbig5[BIG5MAX]; /* runes indexed by big5 ordinal */ -- cgit v1.2.3