From 0cb3c774b207c8a94bf9f9775e99e7d593d1e4fe Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 14 Oct 2017 19:18:34 -0700 Subject: 4064 --- html/subx/001help.cc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/subx/001help.cc.html') diff --git a/html/subx/001help.cc.html b/html/subx/001help.cc.html index 6bdcc559..44a4d3af 100644 --- a/html/subx/001help.cc.html +++ b/html/subx/001help.cc.html @@ -143,7 +143,7 @@ if ('onhashchange' in window) { 80 //: yadda-yadda. Instead use this macro below to perform an unsafe cast to 81 //: signed. We'll just give up immediately if a container's ever too large. 82 //: Basically, Mu is not concerned about this being a little slower than it - 83 //: could be. (https://gist.github.com/rygorous/e0f055bfb74e3d5f0af20690759de5a7) + 83 //: could be. (https://gist.github.com/rygorous/e0f055bfb74e3d5f0af20690759de5a7) 84 //: 85 //: Addendum to corollary: We're going to uniformly use int everywhere, to 86 //: indicate that we're oblivious to number size, and since Clang on 32-bit @@ -155,7 +155,7 @@ if ('onhashchange' in window) { 92 93 //: 5. Integer overflow is guarded against at runtime using the -ftrapv flag 94 //: to the compiler, supported by Clang (GCC version only works sometimes: - 95 //: http://stackoverflow.com/questions/20851061/how-to-make-gcc-ftrapv-work). + 95 //: http://stackoverflow.com/questions/20851061/how-to-make-gcc-ftrapv-work). 96 :(before "atexit(reset)") 97 initialize_signal_handlers(); // not always necessary, but doesn't hurt 98 //? cerr << INT_MAX+1 << '\n'; // test overflow -- cgit 1.4.1-2-gfad0