X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.h;h=5f04184da0584b46dddc531f732c85b6c51a0b49;hp=feafe36a5db934dfb9129676f26441d920cacae3;hb=3d58092ec161f5e74de198c6d8f02805728cb96f;hpb=c5ec94d0f1b128fc2c691c7231663a345409d5cc diff --git a/src/ucioption.h b/src/ucioption.h index feafe36a..5f04184d 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-2013 Marco Costalba, Joona Kiiski, Tord Romstad + Copyright (C) 2008-2014 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