X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.h;h=efdfce6607141be39c4e97950cd5354d6534db8c;hp=df8797fe1b0b3766ebbdd7c9e5c4b6994247c50e;hb=49e110c52b19f5c99954d4797b8e991b0b60007c;hpb=2c1ba2ab0dad2421b8ed1bd3c049634f1f00dfc3 diff --git a/src/ucioption.h b/src/ucioption.h index df8797fe..efdfce66 100644 --- a/src/ucioption.h +++ b/src/ucioption.h @@ -1,7 +1,7 @@ /* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 Copyright (C) 2004-2008 Tord Romstad (Glaurung author) - Copyright (C) 2008-2012 Marco Costalba, Joona Kiiski, Tord Romstad + Copyright (C) 2008-2013 Marco Costalba, Joona Kiiski, Tord Romstad Stockfish is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ along with this program. If not, see . */ -#if !defined(UCIOPTION_H_INCLUDED) +#ifndef UCIOPTION_H_INCLUDED #define UCIOPTION_H_INCLUDED #include @@ -66,4 +66,4 @@ void loop(const std::string&); extern UCI::OptionsMap Options; -#endif // !defined(UCIOPTION_H_INCLUDED) +#endif // #ifndef UCIOPTION_H_INCLUDED