diff options
Diffstat (limited to 'boot/lex.c')
| -rw-r--r-- | boot/lex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/lex.c b/boot/lex.c index 84657fa..30ccd85 100644 --- a/boot/lex.c +++ b/boot/lex.c @@ -360,7 +360,7 @@ token_simple(enum Token_Kind kind, Pos pos, struct Cursor location) } struct Token -token_none() +token_none(void) { return token_simple(TOKEN_NONE, 0, (struct Cursor){ 0 }); } |
