X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fpsqtab.h;h=1859428074a86d4d3a63954e38c48a16ae833ed9;hp=2dc29b615f9414c7c7b87c9156cea70c34e45615;hb=431c3ac485386cc10413fc8a3c7d338dcc71602d;hpb=d0bc9518353bba4a6279781a1bcca9b68108155f diff --git a/src/psqtab.h b/src/psqtab.h index 2dc29b61..18594280 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" @@ -26,8 +26,8 @@ /// 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. +/// a given square a (middlegame, endgame) score pair is assigned. PSQT is defined +/// 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