Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Joseph Myers <jsm@netbsd.org>
List: source-changes
Date: 09/23/2000 22:23:59
Module Name:	basesrc
Committed By:	jsm
Date:		Sat Sep 23 19:23:59 UTC 2000

Modified Files:
	basesrc/games/battlestar: com2.c com3.c com4.c extern.h globals.c

Log Message:
Use a lookup table to identify whether objects are plural or singular,
instead of testing the final character against 's' in each place.
Avoids oddities about "pot of jewels" and "compass".


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 basesrc/games/battlestar/com2.c
cvs rdiff -r1.9 -r1.10 basesrc/games/battlestar/com3.c
cvs rdiff -r1.13 -r1.14 basesrc/games/battlestar/com4.c \
    basesrc/games/battlestar/globals.c
cvs rdiff -r1.21 -r1.22 basesrc/games/battlestar/extern.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.