]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Rework Thread hierarchy
[stockfish] / src / position.h
index 5a4c594df8e3d7055f196ed430cd1fd1f9320aeb..512313921458cae7d843214644026f2d7399fe25 100644 (file)
@@ -17,7 +17,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#if !defined(POSITION_H_INCLUDED)
+#ifndef POSITION_H_INCLUDED
 #define POSITION_H_INCLUDED
 
 #include <cassert>
@@ -414,4 +414,4 @@ inline Thread* Position::this_thread() const {
   return thisThread;
 }
 
-#endif // !defined(POSITION_H_INCLUDED)
+#endif // #ifndef POSITION_H_INCLUDED