Skip to content

Commit 618c4a6

Browse files
authored
Merge pull request #2 from gitoleg/remove-type-annotation
removed `bytes` type annotation
2 parents f0cbd3d + 28e99b3 commit 618c4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontc/clexer.mll

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ and chr =
396396
{
397397

398398
(*** get_buffer ***)
399-
let get_buffer (hr : handle ref) (dst : bytes) (len : int) : int =
399+
let get_buffer (hr : handle ref) dst (len : int) : int =
400400
(*let (inter, chan, line, buffer, pos, lineno, out, name) = !hr in*)
401401
let h = !hr in
402402
try

0 commit comments

Comments
 (0)