about summary refs log tree commit diff stats
path: root/html/011load.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/011load.cc.html')
-rw-r--r--html/011load.cc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/011load.cc.html b/html/011load.cc.html
index dff74266..a51b40fc 100644
--- a/html/011load.cc.html
+++ b/html/011load.cc.html
@@ -17,9 +17,9 @@ a:hover { text-decoration: underline; }
 * { font-size: 12pt; font-size: 1em; }
 .Constant { color: #00a0a0; }
 .muRecipe { color: #ff8700; }
+.Special { color: #c00000; }
 .Conceal { color: #4e4e4e; }
 .traceAbsent { color: #c00000; }
-.Special { color: #c00000; }
 .Comment { color: #9090ff; }
 .Comment a { color:#0000ee; text-decoration:underline; }
 .Delimiter { color: #800080; }
@@ -227,7 +227,7 @@ if ('onhashchange' in window) {
 <span id="L163" class="LineNr">163 </span>  <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span>
 <span id="L164" class="LineNr">164 </span><span class="Delimiter">}</span>
 <span id="L165" class="LineNr">165 </span>
-<span id="L166" class="LineNr">166 </span><span class="Comment">// can return empty string -- only if `in` has no more data</span>
+<span id="L166" class="LineNr">166 </span><span class="Comment">// can return empty string -- only if 'in' has no more data</span>
 <span id="L167" class="LineNr">167 </span>string <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>istream&amp; in<span class="Delimiter">)</span> <span class="Delimiter">{</span>
 <span id="L168" class="LineNr">168 </span>  skip_whitespace_but_not_newline<span class="Delimiter">(</span>in<span class="Delimiter">);</span>
 <span id="L169" class="LineNr">169 </span>  <span class="Comment">// End next_word Special-cases</span>