From 4bb57a55a0c828dfce12e80651bcc37711335e12 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 8 May 2018 10:25:00 -0700 Subject: 4239 --- html/subx/003trace.cc.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'html/subx/003trace.cc.html') diff --git a/html/subx/003trace.cc.html b/html/subx/003trace.cc.html index c20aed7a..da4d4f00 100644 --- a/html/subx/003trace.cc.html +++ b/html/subx/003trace.cc.html @@ -3,7 +3,7 @@ Mu - subx/003trace.cc - + @@ -15,14 +15,14 @@ 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; } -.PreProc { color: #800080; } -.LineNr { color: #444444; } .Constant { color: #00a0a0; } +.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; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } +.PreProc { color: #800080; } .cSpecial { color: #008000; } --> @@ -217,7 +217,7 @@ if ('onhashchange' in window) { 157 #define CLEAR_TRACE delete Trace_stream, Trace_stream = new trace_stream; 158 159 // Top-level helper. IMPORTANT: can't nest -160 #define trace(...) !Trace_stream ? cerr /*print nothing*/ : Trace_stream->stream(__VA_ARGS__) +160 #define trace(...) !Trace_stream ? cerr /*print nothing*/ : Trace_stream->stream(__VA_ARGS__) 161 162 // Just for debugging; 'git log' should never show any calls to 'dbg'. 163 #define dbg trace(0, "a") @@ -274,7 +274,7 @@ if ('onhashchange' in window) { 214 START_TRACING_UNTIL_END_OF_SCOPE 215 216 :(before "End Includes") -217 #define CHECK_TRACE_CONTENTS(...) check_trace_contents(__FUNCTION__, __FILE__, __LINE__, __VA_ARGS__) +217 #define CHECK_TRACE_CONTENTS(...) check_trace_contents(__FUNCTION__, __FILE__, __LINE__, __VA_ARGS__) 218 219 #define CHECK_TRACE_CONTAINS_ERRORS() CHECK(trace_contains_errors()) 220 #define CHECK_TRACE_DOESNT_CONTAIN_ERRORS() \ @@ -294,7 +294,7 @@ if ('onhashchange' in window) { 234 return; /* Currently we stop at the very first failure. */ \ 235 } 236 -237 #define CHECK_TRACE_DOESNT_CONTAIN(...) CHECK(trace_doesnt_contain(__VA_ARGS__)) +237 #define CHECK_TRACE_DOESNT_CONTAIN(...) CHECK(trace_doesnt_contain(__VA_ARGS__)) 238 239 :(code) 240 bool check_trace_contents(string FUNCTION, string FILE, int LINE, string expected) { -- cgit 1.4.1-2-gfad0