From 8fab88c56f95c03ffcb4be178f5dbb21b239d95e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 3 Mar 2024 18:15:45 -0500 Subject: Rename Str -> Text --- types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'types.h') diff --git a/types.h b/types.h index 073bbe3b..1a0e8edb 100644 --- a/types.h +++ b/types.h @@ -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; -- cgit v1.2.3