Partially ANSIfy C, fix compiler warnings.
This commit is contained in:
parent
3d8a9827dd
commit
c9e9b64575
8 changed files with 29 additions and 17 deletions
3
funcs.h
3
funcs.h
|
@ -35,6 +35,9 @@
|
|||
#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(void), discard(long), attack(void), throw(void), feed(void), fill(void);
|
||||
void score(long);
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue