Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/dist/nawk
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.
Home |
Main Index |
Thread Index |
Old Index