Narrow the scope of VERB.

This commit is contained in:
Eric S. Raymond 2017-06-07 09:39:04 -04:00
parent 844cb05619
commit 57104237ed
3 changed files with 14 additions and 11 deletions

View file

@ -38,7 +38,12 @@
#define OUTSID(LOC) ((LOC) <= 8 || FOREST(LOC) || (LOC) == PLAC[SAPPH] || (LOC) == 180 || (LOC) == 182)
#define INDEEP(LOC) ((LOC) >= 15 && !OUTSID(LOC) && (LOC) != 179)
extern int carry(long), discard(long, bool), attack(FILE *, long), throw(FILE *, long obj), feed(long), fill(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);
void score(long);