summaryrefslogtreecommitdiffstats
path: root/kpat/freecell-solver/move.c
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/move.c
parent8c0324af159f4e316244585f5299e48704de4c35 (diff)
downloadtdegames-c1a1b2a176d01fb9db2630a01736c5d39b5b2e68.tar.gz
tdegames-c1a1b2a176d01fb9db2630a01736c5d39b5b2e68.zip
Fixed FTBFS on Slackware. This resolves bug 2046.
Diffstat (limited to 'kpat/freecell-solver/move.c')
-rw-r--r--kpat/freecell-solver/move.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/kpat/freecell-solver/move.c b/kpat/freecell-solver/move.c
index aa8ed560..6ea0b125 100644
--- a/kpat/freecell-solver/move.c
+++ b/kpat/freecell-solver/move.c
@@ -16,8 +16,6 @@
#include "dmalloc.h"
#endif
-#include "inline.h"
-
#if 0
/* This variable was used for debugging. */
int msc_counter=0;
@@ -369,7 +367,7 @@ void freecell_solver_move_stack_normalize(
freecell_solver_move_stack_swallow_stack(moves, temp_moves);
}
-GCC_INLINE int convert_freecell_num(int fcn)
+static inline int convert_freecell_num(int fcn)
{
if (fcn >= 7)
return (fcn+3);