aboutsummaryrefslogtreecommitdiffhomepage
path: root/c/lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/lex.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];