Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   rillig
Date:           Fri Jun 30 21:39:54 UTC 2023

Modified Files:
        src/tests/usr.bin/xlint/lint1: decl_enum.c
        src/usr.bin/xlint/lint1: cgram.y debug.c decl.c externs1.h func.c lex.c
            lint1.h tree.c

Log Message:
lint: clean up names related to declaration levels

The previous prefix 'DK_' (declaration level kind) had a conflict with
the 'DK_' (designator kind) in init.c, so change the prefix to 'DLK_'.
The new name for dinfo_t is decl_level, which is more expressive.

No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/usr.bin/xlint/lint1/decl_enum.c
cvs rdiff -u -r1.442 -r1.443 src/usr.bin/xlint/lint1/cgram.y
cvs rdiff -u -r1.39 -r1.40 src/usr.bin/xlint/lint1/debug.c
cvs rdiff -u -r1.329 -r1.330 src/usr.bin/xlint/lint1/decl.c
cvs rdiff -u -r1.182 -r1.183 src/usr.bin/xlint/lint1/externs1.h
cvs rdiff -u -r1.159 -r1.160 src/usr.bin/xlint/lint1/func.c
cvs rdiff -u -r1.163 -r1.164 src/usr.bin/xlint/lint1/lex.c
cvs rdiff -u -r1.172 -r1.173 src/usr.bin/xlint/lint1/lint1.h
cvs rdiff -u -r1.537 -r1.538 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