From edebc8c488a48ad556178286f6cea2672e477277 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sat, 10 Jan 2026 20:05:24 -0800 Subject: Correct #endif comment in trees.c. --- trees.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trees.c b/trees.c index e052a47..5202414 100644 --- a/trees.c +++ b/trees.c @@ -112,7 +112,7 @@ local int base_dist[D_CODES]; #else # include "trees.h" -#endif /* GEN_TREES_H */ +#endif /* defined(GEN_TREES_H) || !defined(STDC) */ struct static_tree_desc_s { const ct_data *static_tree; /* static tree or NULL */ -- cgit v1.2.3-55-g6feb