Because (almost) everything is done in handlers now, merge the action files.

This commit is contained in:
Eric S. Raymond 2017-06-09 08:54:03 -04:00
parent 2abc833504
commit dd9bbe1f00
4 changed files with 407 additions and 415 deletions

View file

@ -136,12 +136,6 @@ extern void set_seed(long);
extern unsigned long get_next_lcg_value(void);
extern long randrange(long);
extern void score(long);
extern int carry(long);
extern int discard(long, bool);
extern int attack(FILE *, long, long);
extern int throw(FILE *, long, long);
extern int feed(long);
extern int fill(long);
/* Statement functions
*