diff options
Diffstat (limited to 'kpat/freecell-solver/ms_ca.h')
-rw-r--r-- | kpat/freecell-solver/ms_ca.h | 4 |
1 files changed, 1 insertions, 3 deletions
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; |