From fe8bf967a945c7d9e6aba36e42518262d54bd348 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 15 Dec 2017 02:09:36 -0800 Subject: 4161 --- html/001help.cc.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'html/001help.cc.html') diff --git a/html/001help.cc.html b/html/001help.cc.html index eeebfa25..e4c794c5 100644 --- a/html/001help.cc.html +++ b/html/001help.cc.html @@ -3,7 +3,7 @@ Mu - 001help.cc - + @@ -15,18 +15,18 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Constant { color: #00a0a0; } .Conceal { color: #4e4e4e; } +.PreProc { color: #800080; } +.LineNr { color: #444444; } .SalientComment { color: #00ffff; } +.Identifier { color: #c0a020; } +.Constant { color: #00a0a0; } +.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } .Delimiter { color: #800080; } -.LineNr { color: #444444; } -.Identifier { color: #c0a020; } -.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } -.PreProc { color: #800080; } -.CommentedCode { color: #6c6c6c; } .cSpecial { color: #008000; } +.CommentedCode { color: #6c6c6c; } --> @@ -223,16 +223,16 @@ if ('onhashchange' in window) { 160 void dump_and_exit(int sig, unused siginfo_t* dummy1, unused void* dummy2) { 161 switch (sig) { 162 ¦ case SIGABRT: -163 ¦ ¦ #ifndef __APPLE__ +163 ¦ ¦ #ifndef __APPLE__ 164 ¦ ¦ ¦ cerr << "SIGABRT: might be an integer overflow if it wasn't an assert() failure\n"; 165 ¦ ¦ ¦ _Exit(1); -166 ¦ ¦ #endif +166 ¦ ¦ #endif 167 ¦ ¦ break; 168 ¦ case SIGILL: -169 ¦ ¦ #ifdef __APPLE__ +169 ¦ ¦ #ifdef __APPLE__ 170 ¦ ¦ ¦ cerr << "SIGILL: most likely caused by integer overflow\n"; 171 ¦ ¦ ¦ _Exit(1); -172 ¦ ¦ #endif +172 ¦ ¦ #endif 173 ¦ ¦ break; 174 ¦ default: 175 ¦ ¦ break; -- cgit 1.4.1-2-gfad0