From e238049361e9faae8014a9e9b771c1a681b6d07c Mon Sep 17 00:00:00 2001
From: Markus Uhlin <markus@nifty-networks.net>
Date: Sun, 5 May 2024 03:34:54 +0200
Subject: Moved define

---
 FICS/algcheck.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

(limited to 'FICS')

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)
-- 
cgit v1.2.3