Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/xlint/lint1
Module Name: src
Committed By: rillig
Date: Sun Jul 4 09:13:59 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: Makefile ckbool.c lint1.h mem1.c tree.c
Log Message:
lint: in strict bool mode, allow mixed types in generated C code
This allows flex lexers to be run through lint in strict bool mode.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/usr.bin/xlint/lint1/Makefile
cvs rdiff -u -r1.6 -r1.7 src/usr.bin/xlint/lint1/ckbool.c
cvs rdiff -u -r1.109 -r1.110 src/usr.bin/xlint/lint1/lint1.h
cvs rdiff -u -r1.44 -r1.45 src/usr.bin/xlint/lint1/mem1.c
cvs rdiff -u -r1.305 -r1.306 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