X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fpsqtab.h;h=f45442dabb1d3e8a33ce9ee2352d14e8f00c740b;hp=2dc29b615f9414c7c7b87c9156cea70c34e45615;hb=49e110c52b19f5c99954d4797b8e991b0b60007c;hpb=d0bc9518353bba4a6279781a1bcca9b68108155f diff --git a/src/psqtab.h b/src/psqtab.h index 2dc29b61..f45442da 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" @@ -95,4 +95,4 @@ static const Score PSQT[][SQUARE_NB] = { #undef S -#endif // !defined(PSQTAB_H_INCLUDED) +#endif // #ifndef PSQTAB_H_INCLUDED