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/002test.cc.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'html/002test.cc.html') diff --git a/html/002test.cc.html b/html/002test.cc.html index db483fc5..29ae89bc 100644 --- a/html/002test.cc.html +++ b/html/002test.cc.html @@ -3,7 +3,7 @@ Mu - 002test.cc - + @@ -15,17 +15,17 @@ 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; } -.CommentedCode { color: #6c6c6c; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } +.Delimiter { color: #800080; } .cSpecial { color: #008000; } +.CommentedCode { color: #6c6c6c; } --> @@ -75,7 +75,7 @@ if ('onhashchange' in window) { 13 :(before "Globals") 14 // move a global ahead into types that we can't generate an extern declaration for 15 const test_fn Tests[] = { - 16 #include "test_list" // auto-generated; see 'build' script + 16 #include "test_list" // auto-generated; see 'build' script 17 }; 18 19 :(before "End Globals") -- cgit 1.4.1-2-gfad0 d'>blame)
1
2
3
4
5
6