1.1 --- a/doc/last.txt Tue Oct 03 18:25:07 2017 +0900
1.2 +++ b/doc/last.txt Fri Oct 06 10:46:43 2017 +0900
1.3 @@ -33,8 +33,8 @@
1.4
1.5 make
1.6
1.7 -If your compiler is really old, you might get an error message like
1.8 -this::
1.9 +You might get some harmless warning messages. If your compiler is
1.10 +really old, you might get an error message like this::
1.11
1.12 unrecognized command line option "-std=c++11"
1.13
2.1 --- a/src/LastEvaluer.cc Tue Oct 03 18:25:07 2017 +0900
2.2 +++ b/src/LastEvaluer.cc Fri Oct 06 10:46:43 2017 +0900
2.3 @@ -367,7 +367,7 @@
2.4 0, maxMegabytes, randomSeed, t);
2.5 break;
2.6 } catch (const Sls::error& e) {
2.7 - if (i == 10) throw;
2.8 + if (i == 20) throw;
2.9 }
2.10 }
2.11 } else {