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: 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.
Home |
Main Index |
Thread Index |
Old Index