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
advent.h
2
advent.h
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue