Skip to content

Commit

Permalink
v0.16~preview.127.35+233
Browse files Browse the repository at this point in the history
  • Loading branch information
staronj committed Oct 13, 2022
1 parent c35210e commit cd3bfe6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lexer.mll
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
else d2 - 48 in
val1 * 16 + val2

let found_newline ({ lex_curr_p; _ } as lexbuf) diff =
let found_newline lexbuf diff =
let lex_curr_p = lexbuf.lex_curr_p in
lexbuf.lex_curr_p <-
{
lex_curr_p with
Expand Down

0 comments on commit cd3bfe6

Please sign in to comment.