X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Ftt.h;h=3113751adb938e868616efe6a8eb78c15e946b43;hb=002062ae934c1fae3e56157e8e7e6451b552ada5;hp=aee530b05485d6149ec3441e44db51cdcfbf88d7;hpb=4064ee540649cb46ad4cc4a6080bd4ef41314cb9;p=stockfish diff --git a/src/tt.h b/src/tt.h index aee530b0..3113751a 100644 --- a/src/tt.h +++ b/src/tt.h @@ -17,7 +17,7 @@ along with this program. If not, see . */ -#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(tte)->set_generation(generation); } -#endif // !defined(TT_H_INCLUDED) +#endif // #ifndef TT_H_INCLUDED