diff options
Diffstat (limited to 'html/056shape_shifting_recipe.cc.html')
-rw-r--r-- | html/056shape_shifting_recipe.cc.html | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/html/056shape_shifting_recipe.cc.html b/html/056shape_shifting_recipe.cc.html index 1482d9e9..f3c43d60 100644 --- a/html/056shape_shifting_recipe.cc.html +++ b/html/056shape_shifting_recipe.cc.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Mu - 056shape_shifting_recipe.cc</title> -<meta name="Generator" content="Vim/7.4"> +<meta name="Generator" content="Vim/8.0"> <meta name="plugin-version" content="vim7.4_v2"> <meta name="syntax" content="cpp"> <meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy="> @@ -15,21 +15,20 @@ 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; } -.SalientComment { color: #00ffff; } -.CommentedCode { color: #6c6c6c; } -.muData { color: #ffff00; } .LineNr { color: #444444; } .Delimiter { color: #800080; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } -.traceContains { color: #008000; } -.cSpecial { color: #008000; } +.SalientComment { color: #00ffff; } +.CommentedCode { color: #6c6c6c; } .muRecipe { color: #ff8700; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } .Identifier { color: #c0a020; } -.PreProc { color: #800080; } +.traceContains { color: #008000; } +.muData { color: #ffff00; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } +.cSpecial { color: #008000; } --> </style> @@ -1120,7 +1119,7 @@ if ('onhashchange' in window) { <span id="L1054" class="LineNr">1054 </span> local-scope <span id="L1055" class="LineNr">1055 </span> <span class="Normal">x</span>:foo2<span class="Special"> <- </span>merge <span class="Constant">34</span> <span id="L1056" class="LineNr">1056 </span> <span class="Normal">y</span>:num<span class="Special"> <- </span>get x<span class="Delimiter">,</span> z:offse <span class="Comment"># typo in 'offset'</span> -<span id="L1057" class="LineNr">1057 </span><span class="PreProc"> </span><span class="Comment"># define a variable with the same name 'z'</span> +<span id="L1057" class="LineNr">1057 </span> <span class="Comment"># define a variable with the same name 'z'</span> <span id="L1058" class="LineNr">1058 </span> <span class="Normal">z</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> <span id="L1059" class="LineNr">1059 </span> <span class="Comment"># trigger specialization of the shape-shifting recipe</span> <span id="L1060" class="LineNr">1060 </span> foo z @@ -1140,7 +1139,7 @@ if ('onhashchange' in window) { <span id="L1074" class="LineNr">1074 </span> local-scope <span id="L1075" class="LineNr">1075 </span> <span class="Normal">x</span>:foo2<span class="Special"> <- </span>merge <span class="Constant">34</span> <span id="L1076" class="LineNr">1076 </span> <span class="Normal">y</span>:num<span class="Special"> <- </span>get x<span class="Delimiter">,</span> z:offse <span class="Comment"># typo in 'offset'</span> -<span id="L1077" class="LineNr">1077 </span><span class="PreProc"> </span><span class="Comment"># define a variable with the same name 'z'</span> +<span id="L1077" class="LineNr">1077 </span> <span class="Comment"># define a variable with the same name 'z'</span> <span id="L1078" class="LineNr">1078 </span> <span class="Normal">z</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">34</span> <span id="L1079" class="LineNr">1079 </span> <span class="Comment"># trigger specialization of the shape-shifting recipe</span> <span id="L1080" class="LineNr">1080 </span> foo *z |