From 77ade8d20906fe9ca2cf6788ff1e1437e0912868 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 1 Jun 2026 19:07:14 +0200 Subject: Second commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libnormalform_from_string.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libnormalform_from_string.c') diff --git a/libnormalform_from_string.c b/libnormalform_from_string.c index 8d64c41..7555f8e 100644 --- a/libnormalform_from_string.c +++ b/libnormalform_from_string.c @@ -7,7 +7,7 @@ do {\ while (isspace(*s))\ s++;\ - } while (0); + } while (0) #define LEFT_BRACKET\ do {\ @@ -482,7 +482,7 @@ get_transformer(char *s, char **end_out, void *user_data) } -struct libnormalform_representation_spec spec = { +static struct libnormalform_representation_spec spec = { .get_variable = get_variable, .get_function = get_function, .get_map = get_map, -- cgit v1.3.1