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: Wed Jun 15 18:06:51 UTC 2022
Modified Files:
src/usr.bin/xlint/lint1: decl.c err.c externs1.h
Log Message:
lint: unexport lint's messages
There was only a single place where a message was used directly, instead
of calling one of the several functions for this purpose.
To generate a diff of this commit:
cvs rdiff -u -r1.286 -r1.287 src/usr.bin/xlint/lint1/decl.c
cvs rdiff -u -r1.169 -r1.170 src/usr.bin/xlint/lint1/err.c
cvs rdiff -u -r1.160 -r1.161 src/usr.bin/xlint/lint1/externs1.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