diff options
| author | Maxime Dénès | 2018-02-28 09:59:44 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2018-02-28 09:59:44 +0100 |
| commit | 374e105be93beb2e9353bedf5cdd700a26308ebd (patch) | |
| tree | 5ffbb6fb23e3d418ed7d3eaec5360c7a69de9c1e /parsing/cLexer.mli | |
| parent | aec08b873425f6cdae4e1434651b4e9a97d0ced0 (diff) | |
| parent | d2293c3e1d51bdd2c25b203c655cc499e9bd5a91 (diff) | |
Merge PR #6812: Rename release_lexer_state to the more descriptive get_lexer_state.
Diffstat (limited to 'parsing/cLexer.mli')
| -rw-r--r-- | parsing/cLexer.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/parsing/cLexer.mli b/parsing/cLexer.mli index d3ef19873f..5f4e10f145 100644 --- a/parsing/cLexer.mli +++ b/parsing/cLexer.mli @@ -51,7 +51,9 @@ type lexer_state val init_lexer_state : Loc.source -> lexer_state val set_lexer_state : lexer_state -> unit +val get_lexer_state : unit -> lexer_state val release_lexer_state : unit -> lexer_state +[@@ocaml.deprecated "Use get_lexer_state"] val drop_lexer_state : unit -> unit (* Retrieve the comments lexed at a given location of the stream |
