X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.h;h=c4232a48ce3c653e5e17c9d16e58d133c5a4315f;hp=d7addd845351f2a5f03fc9552ea6255c17bcb314;hb=41641e3b1eea0038ab6984;hpb=2f5aaf7de670b489e6a9635ae22713ed48e9f156 diff --git a/src/misc.h b/src/misc.h index d7addd84..c4232a48 100644 --- a/src/misc.h +++ b/src/misc.h @@ -59,10 +59,10 @@ private: }; -enum SyncCout { io_lock, io_unlock }; +enum SyncCout { IO_LOCK, IO_UNLOCK }; std::ostream& operator<<(std::ostream&, SyncCout); -#define sync_cout std::cout << io_lock -#define sync_endl std::endl << io_unlock +#define sync_cout std::cout << IO_LOCK +#define sync_endl std::endl << IO_UNLOCK #endif // #ifndef MISC_H_INCLUDED