NetBSD/usr.bin/xlint/common
rillig e18860fa07 lint: use macro for encoding type information
In lint's strict bool mode, initialization must be of the correct type.
This affects the bool fields in ttab_t, which are initialized with int.
To keep the code brief, preserve these ints and let a macro do the
actual work of converting them to bool.

No change to the generated binary.
2021-03-20 18:59:00 +00:00
..
emit.c lint: replace 0 and 1 with false and true, where appropriate 2021-01-16 02:40:02 +00:00
externs.h lint: replace 0 and 1 with false and true, where appropriate 2021-01-16 02:40:02 +00:00
ilp32.h lint: make target platform independent of host platform 2021-01-09 14:10:12 +00:00
inittyp.c lint: use macro for encoding type information 2021-03-20 18:59:00 +00:00
lint.h lint: rename members and access macros of the basic types 2021-02-28 18:51:51 +00:00
lp64.h lint: make target platform independent of host platform 2021-01-09 14:10:12 +00:00
mem.c lint: remove redundant parentheses around return value 2020-12-29 11:35:11 +00:00
param.h lint: remove unused macro STRBLEN 2020-12-30 11:43:13 +00:00
schar.h
tyname.c lint: in the name of an array type, list the dimension first 2021-03-07 17:12:41 +00:00
uchar.h