diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-28 02:07:37 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-28 02:07:37 -0400 |
| commit | 794c1343ba36d62e6dcb4df9a51e89e2c4f42b74 (patch) | |
| tree | e1f290f94c77c4a9875afc3b3f3cf5a19c798b4c /stdlib/shell.h | |
| parent | e63372452e2241d4839ead2dd1bcab2f75f51e04 (diff) | |
Define some optional types
Diffstat (limited to 'stdlib/shell.h')
| -rw-r--r-- | stdlib/shell.h | 1 |
1 files changed, 1 insertions, 0 deletions
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__)) |
