Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/xlint
Module Name: src
Committed By: rillig
Date: Sat Apr 22 17:49:15 UTC 2023
Modified Files:
src/usr.bin/xlint/common: tyname.c
src/usr.bin/xlint/lint1: cgram.y debug.c decl.c emit1.c init.c lint1.h
tree.c
Log Message:
lint: rename type_t.t_str to t_sou
The name 't_str' could have meant 'string' or 'struct'. Since both
struct and union types have members, rename it to 't_sou'.
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/usr.bin/xlint/common/tyname.c
cvs rdiff -u -r1.434 -r1.435 src/usr.bin/xlint/lint1/cgram.y
cvs rdiff -u -r1.28 -r1.29 src/usr.bin/xlint/lint1/debug.c
cvs rdiff -u -r1.307 -r1.308 src/usr.bin/xlint/lint1/decl.c
cvs rdiff -u -r1.65 -r1.66 src/usr.bin/xlint/lint1/emit1.c
cvs rdiff -u -r1.240 -r1.241 src/usr.bin/xlint/lint1/init.c
cvs rdiff -u -r1.163 -r1.164 src/usr.bin/xlint/lint1/lint1.h
cvs rdiff -u -r1.516 -r1.517 src/usr.bin/xlint/lint1/tree.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