Add tcs; it compiles in my world, but I haven't tried it in Russ's yet.
This commit is contained in:
parent
ba03b8910d
commit
a31db67d14
42 changed files with 10804 additions and 1 deletions
7
src/cmd/tcs/gb.h
Normal file
7
src/cmd/tcs/gb.h
Normal file
|
|
@ -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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue