From b780cff8e43bb9834ecd44f33ae8d33bb8528d82 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 19 Feb 2026 23:58:49 -0500 Subject: Code cleanup --- src/types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index df5729ca..7057fef9 100644 --- a/src/types.h +++ b/src/types.h @@ -50,6 +50,7 @@ struct type_s { NumType, CStringType, TextType, + PathType, ListType, TableType, FunctionType, @@ -64,7 +65,7 @@ struct type_s { union { struct { - } UnknownType, AbortType, VoidType, MemoryType, BoolType; + } UnknownType, AbortType, VoidType, MemoryType, BoolType, PathType; struct { type_t *ret; } ReturnType; -- cgit v1.2.3