about summary refs log tree commit diff stats
path: root/018type_abbreviations.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-09-12 10:00:43 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-09-12 10:00:43 -0700
commit59e47aca14ce352a1814953df4be220406c94747 (patch)
tree6d9aab829a480d5a0babe4d969c6e63dde6db3c9 /018type_abbreviations.cc
parentf8b9e5c0dccd1563764426878ba0f2f982c3f310 (diff)
downloadmu-59e47aca14ce352a1814953df4be220406c94747.tar.gz
3341
Process type abbreviations in function headers.

Still a couple of places where doing this causes strange errors. We'll
track those down next.
Diffstat (limited to '018type_abbreviations.cc')
-rw-r--r--018type_abbreviations.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/018type_abbreviations.cc b/018type_abbreviations.cc
index beb7bdab..03afe351 100644
--- a/018type_abbreviations.cc
+++ b/018type_abbreviations.cc
@@ -178,6 +178,7 @@ void expand_type_abbreviations(const recipe_ordinal r) {
       trace(9992, "transform") << "product type after expanding abbreviations: " << names_to_string(inst.products.at(i).type) << end();
     }
   }
+  // End Expand Type Abbreviations(caller)
 }
 
 void expand_type_abbreviations(type_tree* type) {