Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 01/24/2001 00:31:40
Module Name:	basesrc
Committed By:	jdolecek
Date:		Tue Jan 23 22:31:40 UTC 2001

Modified Files:
	basesrc/usr.bin/yacc: output.c skeleton.c

Log Message:
Make the generated parse tables const, so that the data are pushed
to text segment. The difference is quite significant - for example,
the tables are about 20K for gawk, 40K for nawk, couple of KB for /bin/sh.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 basesrc/usr.bin/yacc/output.c
cvs rdiff -r1.19 -r1.20 basesrc/usr.bin/yacc/skeleton.c

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