From be8fca9a750d6d78190f3b76eb1168581054389f Mon Sep 17 00:00:00 2001 From: sekelsenmat Date: Tue, 30 Aug 2011 16:08:35 +0000 Subject: [PATCH] fpchess: Disabling kcchess verbose git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1878 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- applications/fpchess/engines/kcchess/mod_kcchess.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/fpchess/engines/kcchess/mod_kcchess.pas b/applications/fpchess/engines/kcchess/mod_kcchess.pas index 02c2d5748..38f28a83e 100644 --- a/applications/fpchess/engines/kcchess/mod_kcchess.pas +++ b/applications/fpchess/engines/kcchess/mod_kcchess.pas @@ -177,7 +177,7 @@ procedure GetComputerMove (Turn : PieceColorType; Display : boolean; implementation -{$define KCCHESS_VERBOSE} +{.$define KCCHESS_VERBOSE} {*** include files ***}