From 363be37f3f41db063ced940e310d6bba6ef82ef3 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 4 Jul 2015 09:40:50 -0700 Subject: 1702 - experiment: start using 'ordinal' in names It comes up pretty early in the codebase, but hopefully won't come up in the mu level until we get to higher-order recipes. Potentially intimidating name, but such prime real estate with no confusing overloadings in other projects! --- 013literal_string.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '013literal_string.cc') diff --git a/013literal_string.cc b/013literal_string.cc index f8445c26..0d4e3573 100644 --- a/013literal_string.cc +++ b/013literal_string.cc @@ -19,7 +19,7 @@ recipe main [ +parse: ingredient: {name: "abc:def/ghi", properties: [_: "literal-string"]} :(before "End Mu Types Initialization") -Type_number["literal-string"] = 0; +Type_ordinal["literal-string"] = 0; :(after "string next_word(istream& in)") if (in.peek() == '[') { -- cgit 1.4.1-2-gfad0