diff options
Diffstat (limited to 'toplevel/vernacentries.ml')
| -rw-r--r-- | toplevel/vernacentries.ml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toplevel/vernacentries.ml b/toplevel/vernacentries.ml index a7df137858..9df803dfd7 100644 --- a/toplevel/vernacentries.ml +++ b/toplevel/vernacentries.ml @@ -776,12 +776,12 @@ let _ = { optsync = true; optname = "use of virtual machine inside the kernel"; optkey = (SecondaryTable ("Virtual","Machine")); - optread = (fun () -> !Reduction.use_vm); - optwrite = (fun b -> Reduction.use_vm := b) } + optread = (fun () -> Vconv.use_vm ()); + optwrite = (fun b -> Vconv.set_use_vm b) } let _ = declare_bool_option - { optsync = true; + { optsync = false; optname = "use of boxed definitions"; optkey = (SecondaryTable ("Boxed","Definitions")); optread = Options.boxed_definitions; |
