X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fpawns.h;h=7292606b8451b95a06716bc65a6157a7668d1971;hp=307da51c53fb42a4d66ede8c9af0080b1ad03c27;hb=7487eb0dcae93731330f06c7d289ca156487a16f;hpb=46409a7852ae22abf9c32cbcfe3b35f164ae8ec5 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