Module Name: src Committed By: rillig Date: Thu Jul 15 17:03:50 UTC 2021
Modified Files: src/usr.bin/xlint/lint1: emit1.c externs1.h tree.c Log Message: lint: replace call to ttos with type_name Since tyname.c 1.20 from 2021-01-02, type_name is as simple to use as ttos and more expressive. It can also be called multiple times without invalidating the returned strings. Used only in debug mode. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/usr.bin/xlint/lint1/emit1.c cvs rdiff -u -r1.117 -r1.118 src/usr.bin/xlint/lint1/externs1.h cvs rdiff -u -r1.314 -r1.315 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.