# HG changeset patch # User ladanyi # Date 1204402049 0 # Node ID 47c245b971991431e00fa2b69b083cb874d94ebd # Parent 1bbb28acb8c9cf51f088cdd5697afede92ff8b4e There is no 'long long int' type in C++98 (only in C99). diff -r 1bbb28acb8c9 -r 47c245b97199 benchmark/graph-bench.cc --- a/benchmark/graph-bench.cc Fri Feb 29 16:09:29 2008 +0000 +++ b/benchmark/graph-bench.cc Sat Mar 01 20:07:29 2008 +0000 @@ -43,7 +43,7 @@ //Edge equ[rat]; std::vector equ(rat); - long long int count; + long int count; for(count=0;count