From b02da518c51456b003c61f9775050fbfe6090629 Mon Sep 17 00:00:00 2001 From: herbelin Date: Sun, 25 Oct 2009 07:36:43 +0000 Subject: Improved the treatment of Local/Global options (noneffective Local on Implicit Arguments, Arguments Scope and Coercion fixed, noneffective Global in sections for Hints and Notation detected). Misc. improvements (comments + interpretation of Hint Constructors + dev printer for hint_db). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12411 85f007b7-540e-0410-9357-904b9bb8a0f7 --- parsing/g_vernac.ml4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parsing') diff --git a/parsing/g_vernac.ml4 b/parsing/g_vernac.ml4 index f66b4ed1e..28a66182c 100644 --- a/parsing/g_vernac.ml4 +++ b/parsing/g_vernac.ml4 @@ -812,7 +812,7 @@ GEXTEND Gram | IDENT "Arguments"; IDENT "Scope"; qid = smart_global; "["; scl = LIST0 opt_scope; "]" -> - VernacArgumentsScope (use_non_locality (),qid,scl) + VernacArgumentsScope (use_section_non_locality (),qid,scl) | IDENT "Infix"; local = obsolete_locality; op = ne_string; ":="; p = constr; -- cgit v1.2.3