aboutsummaryrefslogtreecommitdiffstats
path: root/libnormalform_from_string.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-06-01 19:07:14 +0200
committerMattias Andrée <m@maandree.se>2026-06-01 19:07:14 +0200
commit77ade8d20906fe9ca2cf6788ff1e1437e0912868 (patch)
tree61495e90e057bf792bb1d8ce157cef0ecc2ab696 /libnormalform_from_string.c
parentFirst commit (diff)
downloadlibnormalform-77ade8d20906fe9ca2cf6788ff1e1437e0912868.tar.gz
libnormalform-77ade8d20906fe9ca2cf6788ff1e1437e0912868.tar.bz2
libnormalform-77ade8d20906fe9ca2cf6788ff1e1437e0912868.tar.xz
Second commitHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libnormalform_from_string.c')
-rw-r--r--libnormalform_from_string.c4
1 files changed, 2 insertions, 2 deletions
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,