summaryrefslogtreecommitdiffstats
path: root/src/cmd/tcs/gb.h
diff options
context:
space:
mode:
authorwkj <devnull@localhost>2004-04-21 01:15:41 +0000
committerwkj <devnull@localhost>2004-04-21 01:15:41 +0000
commita31db67d14c0e50353eac3db342f3c969cabdf76 (patch)
tree0cebd9a65bab940355f5be0751f53238366555d7 /src/cmd/tcs/gb.h
parentba03b8910dd07511378e6f1007faf0539ed25598 (diff)
downloadplan9port-a31db67d14c0e50353eac3db342f3c969cabdf76.tar.gz
plan9port-a31db67d14c0e50353eac3db342f3c969cabdf76.zip
Add tcs; it compiles in my world, but I haven't tried it in Russ's yet.
Diffstat (limited to 'src/cmd/tcs/gb.h')
-rw-r--r--src/cmd/tcs/gb.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cmd/tcs/gb.h b/src/cmd/tcs/gb.h
new file mode 100644
index 00000000..3a82df32
--- /dev/null
+++ b/src/cmd/tcs/gb.h
@@ -0,0 +1,7 @@
+/*
+ gb ranges from a1a1 to f7fe inclusive
+ we use a kuten-like mapping the above range to 101-8794
+*/
+#define GBMAX 8795
+
+extern long tabgb[GBMAX]; /* runes indexed by gb ordinal */