version 1.4.30b
[polyglot.git] / hash.h
diff --git a/hash.h b/hash.h
index 0986d13..5a77eb2 100644 (file)
--- a/hash.h
+++ b/hash.h
@@ -9,12 +9,16 @@
 #include "board.h"\r
 #include "util.h"\r
 \r
-// constants\r
-\r
-const int RandomPiece     =   0; // 12 * 64\r
-const int RandomCastle    = 768; // 4\r
-const int RandomEnPassant = 772; // 8\r
-const int RandomTurn      = 780; // 1\r
+// defines\r
+\r
+#define RandomPiece          0\r
+// 12 * 64\r
+#define RandomCastle       768\r
+// 4\r
+#define RandomEnPassant    772\r
+// 8\r
+#define  RandomTurn        780\r
+// 1\r
 \r
 // functions\r
 \r