X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmisc.h;h=ea1e55f1a43f1ada32cae859d1aac2214fb7eed4;hb=002062ae934c1fae3e56157e8e7e6451b552ada5;hp=c09d2c6b3125453bbb63c14a3427a1018938c9bc;hpb=4064ee540649cb46ad4cc4a6080bd4ef41314cb9;p=stockfish diff --git a/src/misc.h b/src/misc.h index c09d2c6b..ea1e55f1 100644 --- a/src/misc.h +++ b/src/misc.h @@ -17,7 +17,7 @@ along with this program. If not, see . */ -#if !defined(MISC_H_INCLUDED) +#ifndef MISC_H_INCLUDED #define MISC_H_INCLUDED #include @@ -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