X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fpsqtab.h;h=2363826e5dc0f0f1ee58e6cfe6f463477c115788;hp=2dc29b615f9414c7c7b87c9156cea70c34e45615;hb=b71cedb2b009adfd19e9f25c298ac6bd0304dcfc;hpb=d0bc9518353bba4a6279781a1bcca9b68108155f diff --git a/src/psqtab.h b/src/psqtab.h index 2dc29b61..2363826e 100644 --- a/src/psqtab.h +++ b/src/psqtab.h @@ -17,7 +17,7 @@ along with this program. If not, see . */ -#if !defined(PSQTAB_H_INCLUDED) +#ifndef PSQTAB_H_INCLUDED #define PSQTAB_H_INCLUDED #include "types.h" @@ -27,7 +27,7 @@ /// PSQT[PieceType][Square] contains Piece-Square scores. For each piece type on /// a given square a (midgame, endgame) score pair is assigned. PSQT is defined -/// for white side, for black side the tables are symmetric. +/// for the white side and the tables are symmetric for the black side. static const Score PSQT[][SQUARE_NB] = { { }, @@ -95,4 +95,4 @@ static const Score PSQT[][SQUARE_NB] = { #undef S -#endif // !defined(PSQTAB_H_INCLUDED) +#endif // #ifndef PSQTAB_H_INCLUDED