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/ms_ca.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'kpat/freecell-solver/ms_ca.h') diff --git a/kpat/freecell-solver/ms_ca.h b/kpat/freecell-solver/ms_ca.h index 5c1b44ec..49c8124d 100644 --- a/kpat/freecell-solver/ms_ca.h +++ b/kpat/freecell-solver/ms_ca.h @@ -7,9 +7,7 @@ * This file is in the public domain (it's uncopyrighted). * */ -#include "inline.h" - -static GCC_INLINE fcs_move_stack_t * freecell_solver_move_stack_compact_allocate(freecell_solver_hard_thread_t * hard_thread, fcs_move_stack_t * old_move_stack_to_parent) +static inline fcs_move_stack_t * freecell_solver_move_stack_compact_allocate(freecell_solver_hard_thread_t * hard_thread, fcs_move_stack_t * old_move_stack_to_parent) { char * ptr; fcs_move_stack_t * new_move_stack_to_parent; -- cgit v1.2.1