about summary refs log tree commit diff stats
path: root/html/999spaces.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/999spaces.cc.html')
-rw-r--r--html/999spaces.cc.html29
1 files changed, 10 insertions, 19 deletions
diff --git a/html/999spaces.cc.html b/html/999spaces.cc.html
index cb067563..19081fe1 100644
--- a/html/999spaces.cc.html
+++ b/html/999spaces.cc.html
@@ -3,31 +3,23 @@
 <head>
 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
 <title>Mu - 999spaces.cc</title>
-<meta name="Generator" content="Vim/7.4">
-<meta name="plugin-version" content="vim7.4_v1">
+<meta name="Generator" content="Vim/7.3">
+<meta name="plugin-version" content="vim7.3_v6">
 <meta name="syntax" content="cpp">
-<meta name="settings" content="use_css,pre_wrap,no_foldcolumn,expand_tabs,prevent_copy=">
-<meta name="colorscheme" content="minimal">
+<meta name="settings" content="use_css">
 <style type="text/css">
 <!--
-pre { white-space: pre-wrap; font-family: monospace; color: #eeeeee; background-color: #080808; }
+pre { font-family: monospace; color: #eeeeee; background-color: #080808; }
 body { font-family: monospace; color: #eeeeee; background-color: #080808; }
-* { font-size: 1.05em; }
-.Comment { color: #9090ff; }
+.Constant { color: #00a0a0; }
 .Delimiter { color: #a04060; }
 .SalientComment { color: #00ffff; }
-.Constant { color: #00a0a0; }
+.Comment { color: #9090ff; }
 -->
 </style>
-
-<script type='text/javascript'>
-<!--
-
--->
-</script>
 </head>
 <body>
-<pre id='vimCodeElement'>
+<pre>
 <span class="Comment">//: Since different layers all carve out different parts of various namespaces</span>
 <span class="Comment">//: (recipes, memory, etc.) for their own use, there's no previous place where</span>
 <span class="Comment">//: we can lay out the big picture of what uses what. So we'll do that here</span>
@@ -73,7 +65,7 @@ assert<span class="Delimiter">(</span>Max_callstack_depth == <span class="Consta
 <span class="Comment">//:</span>
 <span class="Comment">//:   begin instruction modifying transforms</span>
 <span class="Comment">//:     56.2 check header ingredients</span>
-<span class="Comment">//:      ↳ 56.4 fill in reply ingredients</span>
+<span class="Comment">//:      ↳ 56.4 fill in return ingredients</span>
 <span class="Comment">//:     48 check or set types by name</span>
 <span class="Comment">//:</span>
 <span class="Comment">//:     begin type modifying transforms</span>
@@ -98,9 +90,9 @@ assert<span class="Delimiter">(</span>Max_callstack_depth == <span class="Consta
 <span class="Comment">//:     ↳ 56 check calls against header</span>
 <span class="Comment">//:     ↳ 43 transform 'new' to 'allocate'</span>
 <span class="Comment">//:     30 check merge calls</span>
-<span class="Comment">//:     36 check types of reply instructions</span>
+<span class="Comment">//:     36 check types of return instructions</span>
 <span class="Comment">//:     43 check default space</span>
-<span class="Comment">//:     56 check reply instructions against header</span>
+<span class="Comment">//:     56 check return instructions against header</span>
 <span class="Comment">//:   end checks</span>
 <span class="Comment">//: end transforms</span>
 
@@ -119,4 +111,3 @@ assert<span class="Delimiter">(</span>Max_callstack_depth == <span class="Consta
 </pre>
 </body>
 </html>
-<!-- vim: set foldmethod=manual : -->