From 9f202ac53acfac00addb5b6e4c9b1e5c7a33ea45 Mon Sep 17 00:00:00 2001 From: lemon Date: Tue, 24 Feb 2026 15:47:10 +0100 Subject: fix various warnings --- c/lex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c') 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(¯oht, name); } -static internstr +static inline internstr macname(struct macro *mac) { return macroht.mb.k[mac - macroht.v]; -- cgit v1.2.3