This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
11
unikernel/duniverse/ocaml-dns/resolvconf/resolvconf_state.ml
Normal file
11
unikernel/duniverse/ocaml-dns/resolvconf/resolvconf_state.ml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
(* State variables for the parser & lexer *)
|
||||
type parserstate = {
|
||||
mutable lineno : int ;
|
||||
}
|
||||
|
||||
let state = {
|
||||
lineno = 1 ;
|
||||
}
|
||||
|
||||
let reset () =
|
||||
state.lineno <- 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue