Skip to content

Commit

Permalink
Fix build pre 4.02
Browse files Browse the repository at this point in the history
  • Loading branch information
AltGr committed Feb 28, 2015
1 parent 7ef00b3 commit 015babc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nstream.ml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ and t = cons lazy_t
let of_string ?(start_pos=Position.zero) ?(start_offset=0) string =
let lexbuf = {
Lexing.
refill_buff = (fun lexbuf -> lexbuf.lex_eof_reached <- true);
refill_buff = (fun lexbuf -> lexbuf.Lexing.lex_eof_reached <- true);
lex_buffer = string;
lex_buffer_len = String.length string;
lex_abs_pos = start_offset;
Expand Down

0 comments on commit 015babc

Please sign in to comment.