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

View file

@ -178,7 +178,7 @@ extern long AMBER, ATTACK, AXE, BACK, BATTERY, BEAR,
enum speechpart {unknown, intransitive, transitive};
void initialise(void);
int action(FILE *input, enum speechpart part, long verb, token_t obj);
int action(FILE *input, enum speechpart part, token_t verb, token_t obj);
/* Phase codes for action returns.
* These were at one time FORTRAN line numbers.