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 Feb  7 21:57:47 UTC 2022

Modified Files:
        src/usr.bin/xlint: Makefile.inc
        src/usr.bin/xlint/common: lint.h
        src/usr.bin/xlint/lint1: lint1.h
        src/usr.bin/xlint/lint2: lint2.h

Log Message:
lint: drop compatibility with C90

Since tools/README 1.5 from 2022-02-03, the tools no longer need to be
compatible with C90, they may now use C99 features.  Lint had used
<stdbool.h> and snprintf already.

No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/xlint/Makefile.inc
cvs rdiff -u -r1.34 -r1.35 src/usr.bin/xlint/common/lint.h
cvs rdiff -u -r1.134 -r1.135 src/usr.bin/xlint/lint1/lint1.h
cvs rdiff -u -r1.21 -r1.22 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