From 17c1cd3ed4b48d76c81c0029ca19e60f951b4a1c Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sat, 6 Jan 2024 11:17:29 +0100 Subject: Moved define --- FICS/algcheck.c | 3 --- FICS/algcheck.h | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'FICS') diff --git a/FICS/algcheck.c b/FICS/algcheck.c index 0626797..166051b 100644 --- a/FICS/algcheck.c +++ b/FICS/algcheck.c @@ -75,9 +75,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) diff --git a/FICS/algcheck.h b/FICS/algcheck.h index 040f513..8f7bda7 100644 --- a/FICS/algcheck.h +++ b/FICS/algcheck.h @@ -29,6 +29,8 @@ #include "board.h" #endif +#define ALG_UNKNOWN -1 + #define DROP_CHAR '@' /* used by algcheck.c and movecheck.c */ #define DROP_STR "@" -- cgit v1.2.3