about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--027call_ingredient.cc2
-rw-r--r--038new_text.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/027call_ingredient.cc b/027call_ingredient.cc
index b9195658..1f3b26e8 100644
--- a/027call_ingredient.cc
+++ b/027call_ingredient.cc
@@ -173,7 +173,7 @@ case INGREDIENT: {
 //: a particularly common array type is the string, or address:array:character
 :(code)
 bool is_mu_string(reagent/*copy*/ x) {
-  // Begin is_mu_string(x)
+  // End Preprocess is_mu_string(reagent x)
   return x.type
     && x.type->value == get(Type_ordinal, "address")
     && x.type->right
diff --git a/038new_text.cc b/038new_text.cc
index 33508395..c7696a9b 100644
--- a/038new_text.cc
+++ b/038new_text.cc
@@ -94,7 +94,7 @@ def main [
 +app: 3 97 98 99
 
 //: fixes way more than just stash
-:(after "Begin is_mu_string(x)")
+:(before "End Preprocess is_mu_string(reagent x)")
 if (!canonize_type(x)) return false;
 
 //: Allocate more to routine when initializing a literal string
='n121' href='#n121'>121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168