More semantic typing - a step towards eliminating packing.
This commit is contained in:
parent
f4ac82b9f8
commit
79f5701e07
3 changed files with 7 additions and 12 deletions
2
main.c
2
main.c
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue