]> git.sesse.net Git - stockfish/blobdiff - src/ucioption.h
Fix random moves when time < 10ms
[stockfish] / src / ucioption.h
index feafe36a5db934dfb9129676f26441d920cacae3..efdfce6607141be39c4e97950cd5354d6534db8c 100644 (file)
@@ -17,7 +17,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#if !defined(UCIOPTION_H_INCLUDED)
+#ifndef UCIOPTION_H_INCLUDED
 #define UCIOPTION_H_INCLUDED
 
 #include <map>
@@ -66,4 +66,4 @@ void loop(const std::string&);
 
 extern UCI::OptionsMap Options;
 
-#endif // !defined(UCIOPTION_H_INCLUDED)
+#endif // #ifndef UCIOPTION_H_INCLUDED