Subject: CVS commit: src/dist/nawk
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 10/26/2003 11:34:23
Module Name:	src
Committed By:	jdolecek
Date:		Sun Oct 26 11:34:23 UTC 2003

Modified Files:
	src/dist/nawk: awk.h b.c lex.c lib.c proto.h run.c

Log Message:
cleanup some (uschar **) to (char **) casts which break
strict aliasing rules, so that this builds with gcc 3.3; this was done
by changing variables & function arguments to uschar where appropriate


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/dist/nawk/awk.h src/dist/nawk/b.c
cvs rdiff -r1.4 -r1.5 src/dist/nawk/lex.c src/dist/nawk/lib.c \
    src/dist/nawk/proto.h
cvs rdiff -r1.7 -r1.8 src/dist/nawk/run.c

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