aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/algcheck.c
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-05-05 03:34:54 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-05-05 03:34:54 +0200
commite238049361e9faae8014a9e9b771c1a681b6d07c (patch)
tree8a59eb6cdc517f9104830daf6e33195722a8e53a /FICS/algcheck.c
parentefe79377bbc60b2d7f19925d5555c765914128c6 (diff)
Moved define
Diffstat (limited to 'FICS/algcheck.c')
-rw-r--r--FICS/algcheck.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/FICS/algcheck.c b/FICS/algcheck.c
index d9cc288..4f709b8 100644
--- a/FICS/algcheck.c
+++ b/FICS/algcheck.c
@@ -31,6 +31,8 @@
#include "movecheck.h"
#include "utils.h"
+#define ALG_UNKNOWN -1
+
/* Well, lets see if I can list the possibilities
* Piece moves
* Ne4
@@ -75,9 +77,6 @@ char *alg_list[] = {
NULL
};
-#define ALG_UNKNOWN -1
-/* #define ALG_DROP -2 IanO: this is in board.h, used in movecheck.c */
-
PRIVATE int
get_move_info(char *str, int *piece, int *ff, int *fr, int *tf, int *tr,
int *bishconfusion)