diff options
Diffstat (limited to 'types.h')
| -rw-r--r-- | types.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,7 +37,7 @@ struct type_s { BoolType, IntType, NumType, - StringType, + TextType, ArrayType, TableType, FunctionType, @@ -59,7 +59,7 @@ struct type_s { } NumType; struct { const char *dsl; - } StringType; + } TextType; struct { type_t *item_type; } ArrayType; |
