about summary refs log tree commit diff stats
path: root/048check_type_by_name.cc
diff options
context:
space:
mode:
Diffstat (limited to '048check_type_by_name.cc')
-rw-r--r--048check_type_by_name.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/048check_type_by_name.cc b/048check_type_by_name.cc
index 79328427..7bed4b22 100644
--- a/048check_type_by_name.cc
+++ b/048check_type_by_name.cc
@@ -20,6 +20,7 @@ Transform.push_back(check_types_by_name);
 :(code)
 void check_types_by_name(const recipe_ordinal r) {
   trace(9991, "transform") << "--- deduce types for recipe " << get(Recipe, r).name << end();
+//?   cerr << "--- deduce types for recipe " << get(Recipe, r).name << '\n';
   map<string, type_tree*> type;
   map<string, string_tree*> type_name;
   for (long long int i = 0; i < SIZE(get(Recipe, r).steps); ++i) {