]> git.sesse.net Git - stockfish/blobdiff - src/misc.h
Speed up move generation
[stockfish] / src / misc.h
index c09d2c6b3125453bbb63c14a3427a1018938c9bc..ea1e55f1a43f1ada32cae859d1aac2214fb7eed4 100644 (file)
@@ -17,7 +17,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#if !defined(MISC_H_INCLUDED)
+#ifndef MISC_H_INCLUDED
 #define MISC_H_INCLUDED
 
 #include <fstream>
@@ -66,4 +66,4 @@ std::ostream& operator<<(std::ostream&, SyncCout);
 #define sync_cout std::cout << io_lock
 #define sync_endl std::endl << io_unlock
 
-#endif // !defined(MISC_H_INCLUDED)
+#endif // #ifndef MISC_H_INCLUDED