Add a missing expression type to dot_expr.

This commit is contained in:
Bill Currie 2016-01-08 21:15:47 +09:00
parent 431074d58f
commit 1061256c4f

View file

@ -64,6 +64,7 @@ static const char *expr_names[] =
"uexpr",
"symbol",
"temp",
"vector",
"nil",
"value",
};