From 37240e94b77605cd447354fef134af7a725bf627 Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Tue, 29 Jul 2025 12:04:58 +0200 Subject: [PATCH] Do not inline pool_is_kind --- src/poolwhatprovides.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/poolwhatprovides.c b/src/poolwhatprovides.c index 2685bb29..07e6bce7 100644 --- a/src/poolwhatprovides.c +++ b/src/poolwhatprovides.c @@ -514,7 +514,7 @@ pool_addstdproviders(Pool *pool, Id d) } -static inline int +static int pool_is_kind(Pool *pool, Id name, Id kind) { const char *n; -- 2.47.3