Subject: CVS commit: src/dist/nawk
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 07/25/2006 20:52:57
Module Name:	src
Committed By:	christos
Date:		Tue Jul 25 20:52:57 UTC 2006

Modified Files:
	src/dist/nawk: b.c

Log Message:
Change the meaning of state count to be the number allocated (like c does)
instead of the highest number allocated (fortran). Fixes off-by-one errors.
Also change the overallocation of n * 5 / 4 + 10 to just n + 10.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/dist/nawk/b.c

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