about summary refs log tree commit diff stats
path: root/058to_text.cc
diff options
context:
space:
mode:
Diffstat (limited to '058to_text.cc')
-rw-r--r--058to_text.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/058to_text.cc b/058to_text.cc
index 75a6b295..502199a2 100644
--- a/058to_text.cc
+++ b/058to_text.cc
@@ -2,6 +2,9 @@
 //: 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")