From 2b83ab279dbfb77cfd699d6da944c51c2353e64a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 9 Mar 2024 18:22:12 -0500 Subject: Add langs to the language --- types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'types.h') diff --git a/types.h b/types.h index 40cb448e..50e69778 100644 --- a/types.h +++ b/types.h @@ -64,7 +64,7 @@ struct type_s { int64_t bits; } NumType; struct { - const char *dsl; + const char *lang; } TextType; struct { type_t *item_type; -- cgit v1.2.3