]> git.sesse.net Git - stockfish/blobdiff - src/movepick.h
Reintroduce gains
[stockfish] / src / movepick.h
index 572025f20e0edb936f8dba3b7df4eb74dc2013cf..c444615f5b9f2e8ab4a0952ff47e3c97bf642079 100644 (file)
@@ -17,7 +17,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#if !defined MOVEPICK_H_INCLUDED
+#ifndef MOVEPICK_H_INCLUDED
 #define MOVEPICK_H_INCLUDED
 
 #include <algorithm> // For std::max
@@ -107,4 +107,4 @@ private:
   ExtMove moves[MAX_MOVES];
 };
 
-#endif // !defined(MOVEPICK_H_INCLUDED)
+#endif // #ifndef MOVEPICK_H_INCLUDED