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 Jan  2 01:06:15 UTC 2021

Modified Files:
        src/usr.bin/xlint/common: lint.h
        src/usr.bin/xlint/lint1: init.c lint1.h op.h scan.l
        src/usr.bin/xlint/lint2: lint2.h

Log Message:
lint: use bool instead of u_int:1 in structures

Better late than never.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/xlint/common/lint.h
cvs rdiff -u -r1.55 -r1.56 src/usr.bin/xlint/lint1/init.c
cvs rdiff -u -r1.46 -r1.47 src/usr.bin/xlint/lint1/lint1.h
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/xlint/lint1/op.h
cvs rdiff -u -r1.109 -r1.110 src/usr.bin/xlint/lint1/scan.l
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/xlint/lint2/lint2.h

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