X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=512313921458cae7d843214644026f2d7399fe25;hp=5a4c594df8e3d7055f196ed430cd1fd1f9320aeb;hb=55948623e7b8ad1fc6624cd06733b16d295eecb8;hpb=378bcfe7602593b28ceee5feabbe77b20266a195 diff --git a/src/position.h b/src/position.h index 5a4c594d..51231392 100644 --- a/src/position.h +++ b/src/position.h @@ -17,7 +17,7 @@ along with this program. If not, see . */ -#if !defined(POSITION_H_INCLUDED) +#ifndef POSITION_H_INCLUDED #define POSITION_H_INCLUDED #include @@ -414,4 +414,4 @@ inline Thread* Position::this_thread() const { return thisThread; } -#endif // !defined(POSITION_H_INCLUDED) +#endif // #ifndef POSITION_H_INCLUDED