From 28660537c3976b89e2e7bada005a854efff5f47c Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 14 Jul 2008 14:30:15 +0000 Subject: [PATCH] resize should be declared INLINE [r20455] --- ir/adt/hashset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/adt/hashset.c b/ir/adt/hashset.c index 0e8e5291e..8741376d4 100644 --- a/ir/adt/hashset.c +++ b/ir/adt/hashset.c @@ -363,7 +363,7 @@ void resize(HashSet *self, size_t new_size) #else /* resize must be defined outside */ -static void resize(HashSet *self, size_t new_size); +static INLINE void resize(HashSet *self, size_t new_size); #endif -- 2.20.1