Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/error
Module Name: src
Committed By: rillig
Date: Sat Aug 26 14:50:53 UTC 2023
Modified Files:
src/usr.bin/error: Makefile error.h input.c main.c pi.c subr.c touch.c
Log Message:
error: enable lint's strict bool mode
This cleans up the inconsistencies between 'int', 'boolean' and 'bool'.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/error/Makefile
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/error/error.h \
src/usr.bin/error/input.c
cvs rdiff -u -r1.24 -r1.25 src/usr.bin/error/main.c
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/error/pi.c
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/error/subr.c
cvs rdiff -u -r1.30 -r1.31 src/usr.bin/error/touch.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