X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fnotation.h;h=3ede26074ac703bab48d2dee6612ab39c4be93be;hp=d757bd402d923a751062de5830ec9b051192f141;hb=002062ae934c1fae3e56157e8e7e6451b552ada5;hpb=4064ee540649cb46ad4cc4a6080bd4ef41314cb9 diff --git a/src/notation.h b/src/notation.h index d757bd40..3ede2607 100644 --- a/src/notation.h +++ b/src/notation.h @@ -17,7 +17,7 @@ along with this program. If not, see . */ -#if !defined(NOTATION_H_INCLUDED) +#ifndef NOTATION_H_INCLUDED #define NOTATION_H_INCLUDED #include @@ -32,4 +32,4 @@ const std::string move_to_uci(Move m, bool chess960); const std::string move_to_san(Position& pos, Move m); std::string pretty_pv(Position& pos, int depth, Value score, int64_t msecs, Move pv[]); -#endif // !defined(NOTATION_H_INCLUDED) +#endif // #ifndef NOTATION_H_INCLUDED