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:           Mon Nov  1 19:10:07 UTC 2021

Modified Files:
        src/usr.bin/xlint: Makefile.inc
        src/usr.bin/xlint/lint1: ckgetopt.c decl.c lex.c tree.c

Log Message:
lint: move all declarations above statements

All code that is used by src/tools is supposed to be compatible with C90.

No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/xlint/Makefile.inc
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/xlint/lint1/ckgetopt.c
cvs rdiff -u -r1.241 -r1.242 src/usr.bin/xlint/lint1/decl.c
cvs rdiff -u -r1.84 -r1.85 src/usr.bin/xlint/lint1/lex.c
cvs rdiff -u -r1.391 -r1.392 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