Define OptionalPath_t
This commit is contained in:
parent
ca93e6f3cb
commit
e63372452e
@ -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__})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user