More semantic typing - a step towards eliminating packing.

This commit is contained in:
Eric S. Raymond 2017-06-19 14:20:45 -04:00
parent f4ac82b9f8
commit 79f5701e07
3 changed files with 7 additions and 12 deletions

2
main.c
View file

@ -41,7 +41,7 @@ long AMBER, AXE, BACK, BATTERY, BEAR, BIRD, BLOOD,
RUBY, RUG, SAPPH, SAY, SIGN, SNAKE,
STEPS, STREAM, THROW, TRIDENT, TROLL, TROLL2,
URN, VASE, VEND, VOLCANO, WATER;
long WD1, WD1X, WD2, WD2X;
token_t WD1, WD1X, WD2, WD2X;
FILE *logfp = NULL, *rfp = NULL;
bool oldstyle = false;