diff options
Diffstat (limited to '027call_ingredient.cc')
-rw-r--r-- | 027call_ingredient.cc | 2 |
1 files changed, 1 insertions, 1 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 |