diff options
Diffstat (limited to 'token.h')
| -rw-r--r-- | token.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ struct token { struct position pos; struct token *next; union { - char *number; + const char *number; struct ident *ident; unsigned int special; struct string *string; |
