diff options
author | Michele Calgaro <[email protected]> | 2014-05-11 12:19:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2014-05-11 12:19:42 +0900 |
commit | c1a1b2a176d01fb9db2630a01736c5d39b5b2e68 (patch) | |
tree | 74199763708059479d93b53dcf69242ac663abcb /kpat/freecell-solver/caas.c | |
parent | 8c0324af159f4e316244585f5299e48704de4c35 (diff) | |
download | tdegames-c1a1b2a176d01fb9db2630a01736c5d39b5b2e68.tar.gz tdegames-c1a1b2a176d01fb9db2630a01736c5d39b5b2e68.zip |
Fixed FTBFS on Slackware. This resolves bug 2046.
Diffstat (limited to 'kpat/freecell-solver/caas.c')
-rw-r--r-- | kpat/freecell-solver/caas.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |