diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-05-11 12:19:42 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-05-11 12:19:42 +0900 |
commit | c1a1b2a176d01fb9db2630a01736c5d39b5b2e68 (patch) | |
tree | 74199763708059479d93b53dcf69242ac663abcb /kpat/freecell-solver/inline.h | |
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/inline.h')
-rw-r--r-- | kpat/freecell-solver/inline.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/kpat/freecell-solver/inline.h b/kpat/freecell-solver/inline.h deleted file mode 100644 index 81f4f8e1..00000000 --- a/kpat/freecell-solver/inline.h +++ /dev/null @@ -1,20 +0,0 @@ -/* - * inline.h - the purpose of this file is to define the GCC_INLINE - * macro. - * - * Written by Shlomi Fish, 2002 - * - * This file is in the public domain (it's uncopyrighted). - * */ - -#ifndef FC_SOLVE__INLINE_H -#define FC_SOLVE__INLINE_H - -#if defined(__GNUC__) -#define GCC_INLINE __inline__ -#else -#define GCC_INLINE -#endif - - -#endif |