diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-10-28 16:07:23 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-10-28 16:07:23 -0700 |
commit | b69daf785df8dee56f851ce9d6dd38d7779a04ca (patch) | |
tree | eed9563b86fb9dffa1e710a8f4ff24d44ce26f20 | |
parent | 37b8273e9a429e7fb391284ef91970c424430885 (diff) | |
download | mu-b69daf785df8dee56f851ce9d6dd38d7779a04ca.tar.gz |
2305
-rw-r--r-- | 054dilated_reagent.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/054dilated_reagent.cc b/054dilated_reagent.cc index 21567a03..4a64a126 100644 --- a/054dilated_reagent.cc +++ b/054dilated_reagent.cc @@ -85,7 +85,7 @@ if (s.at(0) == '{') { name = properties.at(0).first; string type_name = properties.at(0).second->value; if (Type_ordinal.find(type_name) == Type_ordinal.end()) { - // this type can't be an integer + // this type can't be an integer literal Type_ordinal[type_name] = Next_type_ordinal++; } type = new type_tree(Type_ordinal[type_name]); |