diff options
Diffstat (limited to 'token.c')
-rw-r--r-- | token.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ struct token tok; -static const char *tokstr[] = { +const char *tokstr[] = { /* keyword */ [TAUTO] = "auto", [TBREAK] = "break", |