diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-12-21 22:20:53 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-12-22 00:45:48 -0800 |
commit | fa708f553a3c314aa1eda75cee3c4e5e3b4f40db (patch) | |
tree | 2ad692ae2c9ebe177bbf9ad4073eaffc58dce4d5 /html/045closure_name.cc.html | |
parent | fe8bf967a945c7d9e6aba36e42518262d54bd348 (diff) | |
download | mu-fa708f553a3c314aa1eda75cee3c4e5e3b4f40db.tar.gz |
4162
Diffstat (limited to 'html/045closure_name.cc.html')
-rw-r--r-- | html/045closure_name.cc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/045closure_name.cc.html b/html/045closure_name.cc.html index ab77a6b9..7a4ec80b 100644 --- a/html/045closure_name.cc.html +++ b/html/045closure_name.cc.html @@ -151,7 +151,7 @@ if ('onhashchange' in window) { <span id="L88" class="LineNr"> 88 </span> <span class="Delimiter">}</span> <span id="L89" class="LineNr"> 89 </span> string_tree* p = property<span class="Delimiter">(</span>x<span class="Delimiter">,</span> <span class="Constant">"space"</span><span class="Delimiter">);</span> <span id="L90" class="LineNr"> 90 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!p || !p<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"/space property should have exactly one (non-negative integer) value</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L91" class="LineNr"> 91 </span> <span class="Normal">int</span> n = <a href='002test.cc.html#L91'>to_integer</a><span class="Delimiter">(</span>p<span class="Delimiter">-></span>value<span class="Delimiter">);</span> +<span id="L91" class="LineNr"> 91 </span> <span class="Normal">int</span> n = to_integer<span class="Delimiter">(</span>p<span class="Delimiter">-></span>value<span class="Delimiter">);</span> <span id="L92" class="LineNr"> 92 </span> assert<span class="Delimiter">(</span>n >= <span class="Constant">0</span><span class="Delimiter">);</span> <span id="L93" class="LineNr"> 93 </span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> surrounding_recipe = <a href='045closure_name.cc.html#L119'>lookup_surrounding_recipe</a><span class="Delimiter">(</span>default_recipe<span class="Delimiter">,</span> n<span class="Delimiter">);</span> <span id="L94" class="LineNr"> 94 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>surrounding_recipe == -<span class="Constant">1</span><span class="Delimiter">)</span> <span class="Identifier">return</span> -<span class="Constant">1</span><span class="Delimiter">;</span> |