From c1a1b2a176d01fb9db2630a01736c5d39b5b2e68 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 11 May 2014 12:19:42 +0900 Subject: Fixed FTBFS on Slackware. This resolves bug 2046. --- kpat/freecell-solver/caas.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpat/freecell-solver/caas.c') diff --git a/kpat/freecell-solver/caas.c b/kpat/freecell-solver/caas.c index 82492f34..062e2659 100644 --- a/kpat/freecell-solver/caas.c +++ b/kpat/freecell-solver/caas.c @@ -285,7 +285,7 @@ #endif #ifdef INDIRECT_STACK_STATES -static GCC_INLINE void freecell_solver_cache_stacks( +static inline void freecell_solver_cache_stacks( freecell_solver_hard_thread_t * hard_thread, fcs_state_with_locations_t * new_state ) @@ -498,7 +498,7 @@ guint freecell_solver_hash_function(gconstpointer key) * * */ -GCC_INLINE int freecell_solver_check_and_add_state( +inline int freecell_solver_check_and_add_state( freecell_solver_soft_thread_t * soft_thread, fcs_state_with_locations_t * new_state, fcs_state_with_locations_t * * existing_state -- cgit v1.2.1