From 794c1343ba36d62e6dcb4df9a51e89e2c4f42b74 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 28 Sep 2024 02:07:37 -0400 Subject: Define some optional types --- stdlib/shell.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stdlib/shell.h') diff --git a/stdlib/shell.h b/stdlib/shell.h index 14a086ef..fd182253 100644 --- a/stdlib/shell.h +++ b/stdlib/shell.h @@ -12,6 +12,7 @@ #include "types.h" #define Shell_t Text_t +#define OptionalShell_t Text_t #define Shell(text) ((Shell_t)Text(text)) #define Shells(...) ((Shell_t)Texts(__VA_ARGS__)) -- cgit v1.2.3