summaryrefslogtreecommitdiffstats
path: root/kpat/freecell-solver/ms_ca.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-05-11 12:19:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-05-11 12:19:42 +0900
commitc1a1b2a176d01fb9db2630a01736c5d39b5b2e68 (patch)
tree74199763708059479d93b53dcf69242ac663abcb /kpat/freecell-solver/ms_ca.h
parent8c0324af159f4e316244585f5299e48704de4c35 (diff)
downloadtdegames-c1a1b2a176d01fb9db2630a01736c5d39b5b2e68.tar.gz
tdegames-c1a1b2a176d01fb9db2630a01736c5d39b5b2e68.zip
Fixed FTBFS on Slackware. This resolves bug 2046.
Diffstat (limited to 'kpat/freecell-solver/ms_ca.h')
-rw-r--r--kpat/freecell-solver/ms_ca.h4
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;