From 17ec401647b89ed5b34974bf327d9c91fc29b7a4 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 12 Sep 2016 23:06:37 -0700 Subject: 3344 --- 058to_text.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to '058to_text.cc') 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") -- cgit 1.4.1-2-gfad0