about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-08-15 22:27:47 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-08-15 22:27:47 -0700
commit53188dd7a6c40e5806ae19605e52b2e4c449be60 (patch)
tree674671f4cf5cf0cae3af9e42b2088a7d6eb59642
parent6ed7c7b76a600e81901fcb63663a2f14293da34c (diff)
downloadmu-53188dd7a6c40e5806ae19605e52b2e4c449be60.tar.gz
2016
-rw-r--r--042name.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/042name.cc b/042name.cc
index 7b976f88..d948ab3b 100644
--- a/042name.cc
+++ b/042name.cc
@@ -60,7 +60,7 @@ void transform_names(const recipe_ordinal r) {
       inst.products.at(out).set_value(lookup_name(inst.products.at(out), r));
     }
   }
-  if (names_used && numeric_locations_used && r != Recipe_ordinal["interactive"])
+  if (names_used && numeric_locations_used)
     raise << "mixing variable names and numeric addresses in " << Recipe[r].name << '\n' << end();
 }