Use prototypes and bools.

This commit is contained in:
Eric S. Raymond 2017-05-18 09:06:32 -04:00
parent c9e9b64575
commit b38c11abef
7 changed files with 22 additions and 25 deletions

View file

@ -10,7 +10,7 @@
* SCORING AND WRAP-UP
*/
void score(MODE)long MODE; {
void score(long MODE) {
/* <0 if scoring, >0 if quitting, =0 if died or won */
/* THE PRESENT SCORING ALGORITHM IS AS FOLLOWS: