]> git.sesse.net Git - stockfish/blobdiff - src/pawns.h
Rewrite pawn shield and storm code
[stockfish] / src / pawns.h
index 307da51c53fb42a4d66ede8c9af0080b1ad03c27..7292606b8451b95a06716bc65a6157a7668d1971 100644 (file)
@@ -17,7 +17,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#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