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:           Wed Dec 30 11:39:55 UTC 2020

Modified Files:
        src/usr.bin/xlint/common: inittyp.c param.h
        src/usr.bin/xlint/lint1: decl.c func.c lint1.h mkops
        src/usr.bin/xlint/lint2: read.c

Log Message:
lint: inline STRUCT_ASSIGN

This had only been necessary for some pre-C90 compilers.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/xlint/common/inittyp.c
cvs rdiff -u -r1.6 -r1.7 src/usr.bin/xlint/common/param.h
cvs rdiff -u -r1.84 -r1.85 src/usr.bin/xlint/lint1/decl.c
cvs rdiff -u -r1.35 -r1.36 src/usr.bin/xlint/lint1/func.c
cvs rdiff -u -r1.44 -r1.45 src/usr.bin/xlint/lint1/lint1.h
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/xlint/lint1/mkops
cvs rdiff -u -r1.33 -r1.34 src/usr.bin/xlint/lint2/read.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