From a4b8ef38b1d7a26b4e6bfa966f021a237bf16ce1 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 23 Aug 2025 18:20:43 -0400 Subject: Lots of cleanups --- src/stdlib/simpleparse.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stdlib/simpleparse.h') diff --git a/src/stdlib/simpleparse.h b/src/stdlib/simpleparse.h index 86a96ce8..da077e20 100644 --- a/src/stdlib/simpleparse.h +++ b/src/stdlib/simpleparse.h @@ -32,6 +32,7 @@ typedef struct { parse_type_e type; void *dest; } parse_element_t; #define _parse_type(dest) _Generic((dest), \ some_char_t*: PARSE_SOME_OF, \ const char*: PARSE_LITERAL, \ + char*: PARSE_LITERAL, \ const char**: PARSE_STRING, \ char**: PARSE_STRING, \ double*: PARSE_DOUBLE, \ -- cgit v1.2.3