From ad273277ab38bfe458e9332dea5f3a79e3885567 Mon Sep 17 00:00:00 2001 From: Robbert Krebbers Date: Tue, 12 Jan 2016 22:07:00 +0100 Subject: Move bullet initialization to ssreflect.v --- mathcomp/ssreflect/plugin/trunk/ssreflect.ml4 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mathcomp/ssreflect/plugin/trunk') diff --git a/mathcomp/ssreflect/plugin/trunk/ssreflect.ml4 b/mathcomp/ssreflect/plugin/trunk/ssreflect.ml4 index 6e805a9..8bedfb0 100644 --- a/mathcomp/ssreflect/plugin/trunk/ssreflect.ml4 +++ b/mathcomp/ssreflect/plugin/trunk/ssreflect.ml4 @@ -10,10 +10,7 @@ let () = Mltop.add_known_plugin (fun () -> Printf.printf "\nSmall Scale Reflection version %s loaded.\n" ssrversion; Printf.printf "Copyright 2005-2014 Microsoft Corporation and INRIA.\n"; Printf.printf "Distributed under the terms of the CeCILL-B license.\n\n" - end; - (* Disable any semantics associated with bullets *) - Goptions.set_string_option_value_gen - (Some false) ["Bullet";"Behavior"] "None") + end) "ssreflect" ;; -- cgit v1.2.3