| author | |
| committer | |
| log | 4466a4533c0f1ba33143bfead7ba99910d331531 |
| tree | d3139e441bad7d5b24d41d0e71b1b48fcfb93037 |
| parent | 855d51840dbb14888b4a727c495e01f96027985a |
1 files changed, 1 insertions(+), 1 deletions(-)
src/parser.cpp+1-1| ... | ... | @@ -401,7 +401,7 @@ static void parse_string_literal(ParseContext *pc, Token *token, Buf *buf) { |
| 401 | 401 | } |
| 402 | 402 | |
| 403 | 403 | __attribute__ ((noreturn)) |
| 404 | void ast_invalid_token_error(ParseContext *pc, Token *token) { | |
| 404 | static void ast_invalid_token_error(ParseContext *pc, Token *token) { | |
| 405 | 405 | Buf token_value = BUF_INIT; |
| 406 | 406 | ast_buf_from_token(pc, token, &token_value); |
| 407 | 407 | ast_error(token, "invalid token: '%s'", buf_ptr(&token_value)); |