include: add TC_ASSIGNABLE_NONE as a category

This commit is contained in:
jussi 2019-10-07 15:02:17 +03:00
parent e89399de7e
commit 70e7df31c8

View File

@ -11,8 +11,9 @@ extern "C" {
It is a tree structure provided by a module. */
enum tc_assignable_value_category {
TC_ASSIGNABLE_RANGE,
TC_ASSIGNABLE_ENUM
TC_ASSIGNABLE_NONE,
TC_ASSIGNABLE_RANGE,
TC_ASSIGNABLE_ENUM
};
// Is the range double or integer