NEWS update.

After re-reading the code, I have concluded that the objective of making it
more typeful can be abandoned. The tyings typefulness could give us are
largely achieved.
This commit is contained in:
Eric S. Raymond 2022-04-18 11:57:02 -04:00
parent d320212622
commit 3afaabead3
2 changed files with 3 additions and 8 deletions

2
misc.c
View file

@ -728,8 +728,6 @@ void bug(enum bugtype num, const char *error_string)
}
// LCOV_EXCL_STOP
/* end */
void state_change(obj_t obj, int state)
/* Object must have a change-message list for this to be useful; only some do */
{