about summary refs log tree commit diff stats
path: root/html/043space.cc.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-09-07 22:42:23 -0700
committerKartik Agaram <vc@akkartik.com>2018-09-07 22:42:23 -0700
commitc762564bd754884e847922c99172076fde4d646e (patch)
tree52b51d72a8e0bf29c94f5c01c13f098399830082 /html/043space.cc.html
parent1a62e61df42bfdf001010700c1e1042c67d62ec2 (diff)
downloadmu-c762564bd754884e847922c99172076fde4d646e.tar.gz
4539
Diffstat (limited to 'html/043space.cc.html')
-rw-r--r--html/043space.cc.html19
1 files changed, 9 insertions, 10 deletions
diff --git a/html/043space.cc.html b/html/043space.cc.html
index e9dc15a9..2a235940 100644
--- a/html/043space.cc.html
+++ b/html/043space.cc.html
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
 <title>Mu - 043space.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=">
@@ -17,18 +17,17 @@ a:hover { text-decoration: underline; }
 * { font-size: 12pt; font-size: 1em; }
 .SalientComment { color: #00ffff; }
 .LineNr { color: #444444; }
-.Delimiter { color: #800080; }
-.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; }
-.traceContains { color: #008000; }
 .traceAbsent { color: #c00000; }
-.cSpecial { color: #008000; }
-.muRecipe { color: #ff8700; }
-.Comment { color: #9090ff; }
-.Comment a { color:#0000ee; text-decoration:underline; }
 .Constant { color: #00a0a0; }
+.muRecipe { color: #ff8700; }
+.Delimiter { color: #800080; }
 .Special { color: #c00000; }
 .Identifier { color: #c0a020; }
-.PreProc { color: #800080; }
+.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; }
+.Comment { color: #9090ff; }
+.Comment a { color:#0000ee; text-decoration:underline; }
+.cSpecial { color: #008000; }
+.traceContains { color: #008000; }
 -->
 </style>
 
@@ -90,7 +89,7 @@ if ('onhashchange' in window) {
 <span id="L25" class="LineNr"> 25 </span>  <span class="Constant">1001</span>:num<span class="Special"> &lt;- </span>copy <span class="Constant">5</span>  <span class="Comment"># length</span>
 <span id="L26" class="LineNr"> 26 </span>  <span class="Comment"># actual start of this recipe</span>
 <span id="L27" class="LineNr"> 27 </span>  <span class="Normal">default</span>-space:space<span class="Special"> &lt;- </span>copy <span class="Constant">10</span>:&amp;:@:location
-<span id="L28" class="LineNr"> 28 </span><span class="PreProc">  # if default-space is </span><span class="Constant">1000</span><span class="PreProc">, then:</span>
+<span id="L28" class="LineNr"> 28 </span>  <span class="Comment"># if default-space is 1000, then:</span>
 <span id="L29" class="LineNr"> 29 </span>  <span class="Comment">#   1000: alloc id</span>
 <span id="L30" class="LineNr"> 30 </span>  <span class="Comment">#   1001: array size</span>
 <span id="L31" class="LineNr"> 31 </span>  <span class="Comment">#   1002: location 0 (space for the chaining slot; described later; often unused)</span>