diff options
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]; |