X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fbinaries%2Fmac%2Foptions.ml;fp=matita%2Fcomponents%2Fbinaries%2Fmac%2Foptions.ml;h=0000000000000000000000000000000000000000;hb=9722a8d7b63e62f2b5b00de008304485371f7bf6;hp=ad48d2ebbf3a31ca488b928618f895b275ac94b1;hpb=c62bc0725203409f99fd10eaf0b670a406e311b3;p=helm.git diff --git a/matita/components/binaries/mac/options.ml b/matita/components/binaries/mac/options.ml deleted file mode 100644 index ad48d2ebb..000000000 --- a/matita/components/binaries/mac/options.ml +++ /dev/null @@ -1,27 +0,0 @@ -(* - ||M|| This file is part of HELM, an Hypertextual, Electronic - ||A|| Library of Mathematics, developed at the Computer Science - ||T|| Department, University of Bologna, Italy. - ||I|| - ||T|| HELM is free software; you can redistribute it and/or - ||A|| modify it under the terms of the GNU General Public License - \ / version 2 or (at your option) any later version. - \ / This software is distributed as is, NO WARRANTY. - V_______________________________________________________________ *) - -let debug_lexer_default = false - -let count_default = 0 - -let page_default = 5120 - -let debug_lexer = ref debug_lexer_default - -let count = ref count_default - -let page = ref page_default - -let clear () = - debug_lexer := debug_lexer_default; - count := count_default; - page := page_default