NetBSD/usr.bin/xlint/lint2
rillig 55a5a895de lint2: in case of parse errors, output the offending line
This provides more of a clue than a simple '(not alnum or _: )',
especially in the output of build.sh.

While here, change the format of the error message to the standard
'%s:%d'. Since these are internal errors, they are not supposed to occur
often, so no need to change error(1).
2021-11-28 09:16:46 +00:00
..
Makefile lint: only include code in the binaries that is actually used 2021-08-22 15:06:49 +00:00
check-msgs.lua tests/lint: align message checker for lint2 to the one from lint1 2021-09-10 21:05:08 +00:00
chk.c lint: clean up lint2 2021-11-16 22:12:44 +00:00
emit2.c lint: clean up lint2 2021-11-16 22:12:44 +00:00
externs2.h lint: clean up initialization of lint2 symbol table 2021-11-16 22:03:12 +00:00
hash.c lint: clean up initialization of lint2 symbol table 2021-11-16 22:03:12 +00:00
lint2.h lint: enter full C90 compatibility mode 2021-11-01 19:48:51 +00:00
main2.c lint: clean up initialization of lint2 symbol table 2021-11-16 22:03:12 +00:00
mem2.c lint: fix memory allocation (since 2021-08-28) 2021-08-31 17:22:24 +00:00
msg.c lint: un-abbreviate unsigned integer types 2021-08-28 12:21:53 +00:00
read.c lint2: in case of parse errors, output the offending line 2021-11-28 09:16:46 +00:00