]> git.sesse.net Git - stockfish/blobdiff - src/main.cpp
Introduce bitcount.h
[stockfish] / src / main.cpp
index 36534ae3d98b805e2bb3e34c957dfea3e029dbea..9198620660a6e2b731988abe4f9f19f773edaba7 100644 (file)
@@ -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 Marco Costalba
+  Copyright (C) 2008-2009 Marco Costalba
 
   Stockfish is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
 */
 
 // To profile with callgrind uncomment following line
-//#define USE_CALLGRIND
+#define USE_CALLGRIND
 
 
 ////
@@ -75,7 +75,7 @@ int main(int argc, char *argv[]) {
 
   // Print copyright notice
   cout << engine_name() << ".  Copyright (C) "
-       << "2004-2008 Tord Romstad, Marco Costalba. " << endl;
+       << "2004-2009 Tord Romstad, Marco Costalba. " << endl;
 
   // Enter UCI mode
   uci_main_loop();