Abolish HNTMAX and HNTSIZ in favor of HINT_COUNT.

This change necessitated include guards on newdb.h.
This commit is contained in:
Jason S. Ninneman 2017-06-21 10:01:16 -07:00
parent deb61e3dcd
commit c8f6ff3701
7 changed files with 12 additions and 14 deletions

View file

@ -4,7 +4,6 @@
#define LOCSIZ 185
#define NOBJECTS 100
#define HNTSIZ 20
extern const char advent_to_ascii[128];
extern const char ascii_to_advent[128];