Subject: CVS commit: src/games/larn
To: None <source-changes@NetBSD.org>
From: David A. Holland <dholland@netbsd.org>
List: source-changes
Date: 02/03/2008 20:11:05
Module Name:	src
Committed By:	dholland
Date:		Sun Feb  3 20:11:05 UTC 2008

Modified Files:
	src/games/larn: data.c extern.h global.c header.h io.c monster.c tok.c

Log Message:
Larn does not need its own private versions of functions from <ctype.h>.
Also, remove the function gettokstr(), which is not used. From larn 12.2.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/games/larn/data.c
cvs rdiff -r1.8 -r1.9 src/games/larn/extern.h src/games/larn/tok.c
cvs rdiff -r1.9 -r1.10 src/games/larn/global.c
cvs rdiff -r1.20 -r1.21 src/games/larn/header.h
cvs rdiff -r1.21 -r1.22 src/games/larn/io.c
cvs rdiff -r1.14 -r1.15 src/games/larn/monster.c

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