diff options
| author | 2026-02-24 15:47:10 +0100 | |
|---|---|---|
| committer | 2026-02-24 15:47:10 +0100 | |
| commit | 9f202ac53acfac00addb5b6e4c9b1e5c7a33ea45 (patch) | |
| tree | 34bb26c3a9f4ed01057fdcc5e3c435e2c61ed316 /c/lex.c | |
| parent | 659430f48f8db6335676ed933f53e4c89d28106d (diff) | |
fix various warnings
Diffstat (limited to 'c/lex.c')
| -rw-r--r-- | c/lex.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]; |