gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnugo-devel] random seed


From: Paul Pogonyshev
Subject: [gnugo-devel] random seed
Date: Mon, 5 May 2003 23:57:17 -0400
User-agent: KMail/1.5.9

this patch fixes warnings went in with Arend's random seed patch.

Paul


Index: engine/genmove.c
===================================================================
RCS file: /cvsroot/gnugo/gnugo/engine/genmove.c,v
retrieving revision 1.71
diff -u -p -r1.71 genmove.c
--- engine/genmove.c    1 May 2003 20:55:26 -0000       1.71
+++ engine/genmove.c    5 May 2003 20:47:59 -0000
@@ -28,7 +28,7 @@
 
 #include "liberty.h"
 #include "sgftree.h"
-#include "random.h"
+#include "gg_utils.h"
 
 /* Return one if x doesn't equal position_number and 0 otherwise.
  * After using this macro x will always have the value
Index: interface/play_ascii.c
===================================================================
RCS file: /cvsroot/gnugo/gnugo/interface/play_ascii.c,v
retrieving revision 1.39
diff -u -p -r1.39 play_ascii.c
--- interface/play_ascii.c      1 May 2003 20:55:27 -0000       1.39
+++ interface/play_ascii.c      5 May 2003 20:48:01 -0000
@@ -30,6 +30,7 @@
 #include "liberty.h"
 #include "interface.h"
 #include "sgftree.h"
+#include "gg_utils.h"
 
 #define DEBUG_COMMANDS "\
 capture <pos>    try to capture indicated group\n\




reply via email to

[Prev in Thread] Current Thread [Next in Thread]