diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-09-03 17:35:22 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-09-03 17:35:22 -0700 |
commit | 87c5b32925549f05d950ad07c935417ef7eeebb9 (patch) | |
tree | 335a8de92c17e68ca2af416331a6f4170855c64b /html/011load.cc.html | |
parent | 03d673bb2509f5809633c9560d20c1143b0af1d1 (diff) | |
download | mu-87c5b32925549f05d950ad07c935417ef7eeebb9.tar.gz |
3990
Diffstat (limited to 'html/011load.cc.html')
-rw-r--r-- | html/011load.cc.html | 4 |
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& 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> |