diff options
| author | Emilio Jesus Gallego Arias | 2019-03-29 19:42:41 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-03-29 19:42:41 +0100 |
| commit | ae9cc11c9975cc7ced1800f6684e160bc17fb092 (patch) | |
| tree | 68ce39acc517369d5e25fac9aa2d87f33fd3a4ed /parsing/cLexer.mli | |
| parent | 23d6e0619fc7a1d466bebb831a988431828da88f (diff) | |
| parent | 7eba2dfda86238cb0941edfd7aafb09f566c36d8 (diff) | |
Merge PR #9830: [parser] initialization based on Loc.t rather than Loc.source
Reviewed-by: ejgallego
Ack-by: gares
Diffstat (limited to 'parsing/cLexer.mli')
| -rw-r--r-- | parsing/cLexer.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/cLexer.mli b/parsing/cLexer.mli index af3fd7f318..807f37a1a4 100644 --- a/parsing/cLexer.mli +++ b/parsing/cLexer.mli @@ -51,7 +51,7 @@ end (* Mainly for comments state, etc... *) type lexer_state -val init_lexer_state : Loc.source -> lexer_state +val init_lexer_state : unit -> lexer_state val set_lexer_state : lexer_state -> unit val get_lexer_state : unit -> lexer_state val drop_lexer_state : unit -> unit |
