]> git.sesse.net Git - stockfish/blobdiff - src/psqtab.h
Fix random moves when time < 10ms
[stockfish] / src / psqtab.h
index 2dc29b615f9414c7c7b87c9156cea70c34e45615..f45442dabb1d3e8a33ce9ee2352d14e8f00c740b 100644 (file)
@@ -17,7 +17,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#if !defined(PSQTAB_H_INCLUDED)
+#ifndef PSQTAB_H_INCLUDED
 #define PSQTAB_H_INCLUDED
 
 #include "types.h"
@@ -95,4 +95,4 @@ static const Score PSQT[][SQUARE_NB] = {
 
 #undef S
 
-#endif // !defined(PSQTAB_H_INCLUDED)
+#endif // #ifndef PSQTAB_H_INCLUDED