konst
This commit is contained in:
parent
5235189966
commit
b5d2e5c506
2
lex.c
2
lex.c
@ -160,7 +160,7 @@ void lex_next(struct lexer *lex) {
|
||||
return;
|
||||
}
|
||||
|
||||
struct token *lex_token(struct lexer *lex) {
|
||||
const struct token *lex_token(const struct lexer *lex) {
|
||||
return &lex->tok;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user