Skip to content

Commit d78f10d

Browse files
committed
Add comment to check that actions run properly
1 parent 8213356 commit d78f10d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/compiler/lexer.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,8 @@ static inline int64_t scan_hex_literal(Lexer *lexer, int positions)
641641
return hex;
642642
}
643643

644+
// Scan utf8 sequence
645+
644646
static inline int64_t scan_utf8(Lexer *lexer, unsigned char c)
645647
{
646648
int utf8_bytes;

0 commit comments

Comments
 (0)