From 1272b700b08486e244bceec6d16768ce6514eea1 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 31 Jan 2022 08:42:07 -0800 Subject: [PATCH 30/43] expand: remove IF_LINT * src/expand.c (expand): Remove no-longer-needed IF_LINT. --- src/expand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/expand.c b/src/expand.c index d616997dc..ed78ca81d 100644 --- a/src/expand.c +++ b/src/expand.c @@ -133,7 +133,7 @@ expand (void) { /* Column the next input tab stop is on. */ uintmax_t next_tab_column; - bool last_tab IF_LINT (=0); + bool last_tab; next_tab_column = get_next_tab_column (column, &tab_index, &last_tab); -- 2.32.0