]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Fix PowerPC and ARM compatibility.
[stockfish] / src / position.h
index c946cb6ab789030dd7bed423000b7b864e6085d8..71f821b2b3183144849d200242b4250743d71f57 100644 (file)
@@ -156,7 +156,6 @@ public:
   void print(Move m = MOVE_NONE) const;
 
   // Copying
-  void fast_copy(const Position& pos);
   void flipped_copy(const Position& pos);
 
   // The piece on a given square
@@ -329,12 +328,12 @@ private:
   Color sideToMove;
   int gamePly;
   Key history[MaxGameLength];
+  int castleRightsMask[64];
   File initialKFile, initialKRFile, initialQRFile;
   StateInfo startState;
   StateInfo* st;
 
   // Static variables
-  static int castleRightsMask[64];
   static Key zobrist[2][8][64];
   static Key zobEp[64];
   static Key zobCastle[16];