aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/tcs/gb.h
blob: 3a82df32cf446f2f2a67c31db6c20ae921b542f2 (plain)
1
2
3
4
5
6
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 */