]> git.sesse.net Git - stockfish/blobdiff - src/tt.h
Revert "Fix random moves when time < 10ms"
[stockfish] / src / tt.h
index aee530b05485d6149ec3441e44db51cdcfbf88d7..3113751adb938e868616efe6a8eb78c15e946b43 100644 (file)
--- a/src/tt.h
+++ b/src/tt.h
@@ -17,7 +17,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#if !defined(TT_H_INCLUDED)
+#ifndef TT_H_INCLUDED
 #define TT_H_INCLUDED
 
 #include "misc.h"
@@ -115,4 +115,4 @@ inline void TranspositionTable::refresh(const TTEntry* tte) const {
   const_cast<TTEntry*>(tte)->set_generation(generation);
 }
 
-#endif // !defined(TT_H_INCLUDED)
+#endif // #ifndef TT_H_INCLUDED