Fixed builtin type names for -dumpast command line option

This commit is contained in:
alexey.lysiuk 2017-03-18 13:10:25 +02:00
parent 4557f751c8
commit ce3c397ec7
1 changed files with 4 additions and 2 deletions

View File

@ -48,17 +48,19 @@ static const char *BuiltInTypeNames[] =
"intauto",
"bool",
"float32", "float64", "floatauto",
"float64", "floatauto",
"string",
"vector2",
"vector3",
"name",
"color",
"state",
"sound",
"usertype",
"nativetype",
"let",
};
class FLispString