Rename ValueType -> InternalType, NormalType -> ValueType

And Value::type to Value::internalType, such that type() can be used in
the next commit to get the new ValueType
This commit is contained in:
Silvan Mosberger
2020-12-17 14:45:22 +01:00
parent 730b152b19
commit d67e02919c
4 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ static void forceTrivialValue(EvalState & state, Value & value, const Pos & pos)
}
static void expectType(EvalState & state, NormalType type,
static void expectType(EvalState & state, ValueType type,
Value & value, const Pos & pos)
{
forceTrivialValue(state, value, pos);