diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-28 02:06:47 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-28 02:06:47 -0400 |
| commit | e63372452e2241d4839ead2dd1bcab2f75f51e04 (patch) | |
| tree | 81b22f998d378edbd32d10c1bf4a004ba1730ae8 /stdlib/paths.h | |
| parent | ca93e6f3cb78f65f8eb8aac0d6fae81be2c250e8 (diff) | |
Define OptionalPath_t
Diffstat (limited to 'stdlib/paths.h')
| -rw-r--r-- | stdlib/paths.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/paths.h b/stdlib/paths.h index 65d98a0c..dd6129ea 100644 --- a/stdlib/paths.h +++ b/stdlib/paths.h @@ -9,6 +9,7 @@ #include "datatypes.h" #define Path_t Text_t +#define OptionalPath_t Text_t #define Path(text) ((Path_t)Text(text)) #define Paths(...) Path$_concat(sizeof((Path_t[]){__VA_ARGS__})/sizeof(Path_t), (Path_t[]){__VA_ARGS__}) |
