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/003trace.cc.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'html/003trace.cc.html') diff --git a/html/003trace.cc.html b/html/003trace.cc.html index f94ed738..0b64e30d 100644 --- a/html/003trace.cc.html +++ b/html/003trace.cc.html @@ -3,7 +3,7 @@ Mu - 003trace.cc - + @@ -15,15 +15,15 @@ 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; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } +.PreProc { color: #800080; } .LineNr { color: #444444; } .Identifier { color: #c0a020; } +.Constant { color: #00a0a0; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } -.PreProc { color: #800080; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } +.Delimiter { color: #800080; } .cSpecial { color: #008000; } --> @@ -225,7 +225,7 @@ if ('onhashchange' in window) { 164 #define CLEAR_TRACE delete Trace_stream, Trace_stream = new trace_stream; 165 166 // Top-level helper. IMPORTANT: can't nest -167 #define trace(...) !Trace_stream ? cerr /*print nothing*/ : Trace_stream->stream(__VA_ARGS__) +167 #define trace(...) !Trace_stream ? cerr /*print nothing*/ : Trace_stream->stream(__VA_ARGS__) 168 169 // Just for debugging; 'git log' should never show any calls to 'dbg'. 170 #define dbg trace(0, "a") @@ -290,7 +290,7 @@ if ('onhashchange' in window) { 229 START_TRACING_UNTIL_END_OF_SCOPE 230 231 :(before "End Includes") -232 #define CHECK_TRACE_CONTENTS(...) check_trace_contents(__FUNCTION__, __FILE__, __LINE__, __VA_ARGS__) +232 #define CHECK_TRACE_CONTENTS(...) check_trace_contents(__FUNCTION__, __FILE__, __LINE__, __VA_ARGS__) 233 234 #define CHECK_TRACE_CONTAINS_ERRORS() CHECK(trace_contains_errors()) 235 #define CHECK_TRACE_DOESNT_CONTAIN_ERRORS() \ @@ -310,7 +310,7 @@ if ('onhashchange' in window) { 249 ¦ return; /* Currently we stop at the very first failure. */ \ 250 } 251 -252 #define CHECK_TRACE_DOESNT_CONTAIN(...) CHECK(trace_doesnt_contain(__VA_ARGS__)) +252 #define CHECK_TRACE_DOESNT_CONTAIN(...) CHECK(trace_doesnt_contain(__VA_ARGS__)) 253 254 :(code) 255 bool check_trace_contents(string FUNCTION, string FILE, int LINE, string expected) { -- cgit 1.4.1-2-gfad0