Skip to content

Commit

Permalink
Merge pull request #2 from gitoleg/remove-type-annotation
Browse files Browse the repository at this point in the history
removed `bytes` type annotation
  • Loading branch information
gitoleg authored Nov 21, 2018
2 parents f0cbd3d + 28e99b3 commit 618c4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontc/clexer.mll
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ and chr =
{

(*** get_buffer ***)
let get_buffer (hr : handle ref) (dst : bytes) (len : int) : int =
let get_buffer (hr : handle ref) dst (len : int) : int =
(*let (inter, chan, line, buffer, pos, lineno, out, name) = !hr in*)
let h = !hr in
try
Expand Down

0 comments on commit 618c4a6

Please sign in to comment.