aboutsummaryrefslogtreecommitdiffhomepage
path: root/c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-02-24 15:47:10 +0100
committerlemon <lsof@mailbox.org>2026-02-24 15:47:10 +0100
commit9f202ac53acfac00addb5b6e4c9b1e5c7a33ea45 (patch)
tree34bb26c3a9f4ed01057fdcc5e3c435e2c61ed316 /c
parent659430f48f8db6335676ed933f53e4c89d28106d (diff)
fix various warnings
Diffstat (limited to 'c')
-rw-r--r--c/lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/lex.c b/c/lex.c
index a2f1596..de58900 100644
--- a/c/lex.c
+++ b/c/lex.c
@@ -722,7 +722,7 @@ delmac(internstr name)
pmap_del(&macroht, name);
}
-static internstr
+static inline internstr
macname(struct macro *mac)
{
return macroht.mb.k[mac - macroht.v];