X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fpawns.h;h=7292606b8451b95a06716bc65a6157a7668d1971;hb=002062ae934c1fae3e56157e8e7e6451b552ada5;hp=307da51c53fb42a4d66ede8c9af0080b1ad03c27;hpb=46409a7852ae22abf9c32cbcfe3b35f164ae8ec5;p=stockfish diff --git a/src/pawns.h b/src/pawns.h index 307da51c..7292606b 100644 --- a/src/pawns.h +++ b/src/pawns.h @@ -17,7 +17,7 @@ along with this program. If not, see . */ -#if !defined(PAWNS_H_INCLUDED) +#ifndef PAWNS_H_INCLUDED #define PAWNS_H_INCLUDED #include "misc.h" @@ -75,4 +75,4 @@ Entry* probe(const Position& pos, Table& entries); } -#endif // !defined(PAWNS_H_INCLUDED) +#endif // #ifndef PAWNS_H_INCLUDED