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/datatypes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stdlib/datatypes.h') diff --git a/stdlib/datatypes.h b/stdlib/datatypes.h index 8c13d3c4..4bb6beb3 100644 --- a/stdlib/datatypes.h +++ b/stdlib/datatypes.h @@ -87,5 +87,6 @@ typedef struct Text_s { } Text_t; #define Pattern_t Text_t +#define OptionalPattern_t Text_t // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 -- cgit v1.2.3