From f344b250f6f062a1a1902bf69b23ebf9b565de0e Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 17 Sep 2016 15:01:51 -0700 Subject: 3395 --- html/058to_text.cc.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'html/058to_text.cc.html') diff --git a/html/058to_text.cc.html b/html/058to_text.cc.html index c79ad7fc..33fb6060 100644 --- a/html/058to_text.cc.html +++ b/html/058to_text.cc.html @@ -34,9 +34,6 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color //: Later layers will allow us to override this to do something smarter for //: specific types. -:(before "End Mu Types Initialization") -put(Type_abbreviations, "text", new_type_tree("address:array:character")); - :(before "End Primitive Recipe Declarations") TO_TEXT, :(before "End Primitive Recipe Numbers") @@ -53,7 +50,7 @@ put(Recipe_ordinal,:(before "End Primitive Recipe Implementations") case TO_TEXT: { products.resize(1); - products.at(0).push_back(new_mu_string(print_mu(current_instruction().ingredients.at(0), ingredients.at(0)))); + products.at(0).push_back(new_mu_text(print_mu(current_instruction().ingredients.at(0), ingredients.at(0)))); break; } -- cgit 1.4.1-2-gfad0