On 18.04.2021 16:12, Christos Zoulas wrote:
In article <[email protected]>, Roland Illig <[email protected]> wrote:-=-=-=-=-=-Module Name: src Committed By: rillig Date: Sun Apr 18 08:52:04 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: err.c externs1.h lint1.h Log Message: lint: add error_at, warning_at, message_atIsn't it better to pass "const pos_t *", instead of pos_t which needs to copy the struct?
Thanks for the suggestion, I just changed that. Roland
