From 0f2781f8a28881084295663c3e608e5f6f159047 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 17 Sep 2016 14:43:13 -0700 Subject: 3393 --- 045closure_name.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '045closure_name.cc') diff --git a/045closure_name.cc b/045closure_name.cc index 5b057068..de44ba57 100644 --- a/045closure_name.cc +++ b/045closure_name.cc @@ -46,7 +46,7 @@ void collect_surrounding_spaces(const recipe_ordinal r) { if (is_literal(inst.products.at(j))) continue; if (inst.products.at(j).name != "0") continue; if (!is_space(inst.products.at(j))) { - raise << "slot 0 should always have type address:@:location, but is '" << to_string(inst.products.at(j)) << "'\n" << end(); + raise << "slot 0 should always have type address:array:location, but is '" << to_string(inst.products.at(j)) << "'\n" << end(); continue; } string_tree* s = property(inst.products.at(j), "names"); -- cgit 1.4.1-2-gfad0